首先是使用 git reflog 命令行,如下:
$ git reflog
69c9ef3 HEAD@{0}: commit (amend): test
f2ba7c4 HEAD@{1}: pull: Fast-forward
a90ac5d HEAD@{2}: checkout: moving from master to dev
然后再使用 git reset --hard tag 命令行,如下:
git resert -- hard 69c9ef3
tag 代表某条历史提交记录的标志