执行了git reset,还有办法取消吗?
阿神
阿神 2017-04-21 11:15:49
0
1
769
git reset HEAD~

执行了这个命令,有办法取消这个操作吗?

阿神
阿神

闭关修行中......

reply all(1)
小葫芦

git reflog 查看操作历史,找到之前 HEAD 的 hash 值,然后 git reset --hard Just get to that hash.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template