Remove git pull from master
This question already has an answer here:
Have you tried:
$ git reset HEAD~1
and eventually with ...
$ git add .
$ git stash
$ git stash drop
... you can delete all changes.
链接地址: http://www.djcxy.com/p/94778.html上一篇: 为什么Git中没有撤消/重做?
下一篇: 从主站删除git pull