git版本回退

git stash list
git stash apply stash@{1}
如果不行加:
git reset --hard HEAD^

posted @ 2018-04-26 21:18  livalon1  阅读(113)  评论(0编辑  收藏  举报