Home > Q&A > body text
git reset HEAD~
执行了这个命令,有办法取消这个操作吗?
高洛峰2017-04-21 11:17:49
git reflog 查看操作历史,找到之前 HEAD 的 hash 值,然后 git reset --hard Just get to that hash.
git reflog
git reset --hard