git版本回退

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

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