当前位置:   article > 正文

git reset --hard恢复_git reset --hard head恢复

git reset --hard head恢复

git reset --hard 后想要恢复
1.使用git reflog命令查看提交信息,例如:

D:\IdeaProject\api-gateway>git reflog
6417276 (HEAD -> gt_PABF-717, origin/gt_PABF-717) HEAD@{0}: rebase -i (finish): returning to refs/heads/gt_PABF-717
6417276 (HEAD -> gt_PABF-717, origin/gt_PABF-717) HEAD@{1}: rebase -i (squash): add geetest plugin
9bf1e49 HEAD@{2}: rebase -i (squash): # This is a combination of 6 commits.
39f1254 HEAD@{3}: rebase -i (squash): # This is a combination of 5 commits.
5f57e87 HEAD@{4}: rebase -i (squash): # This is a combination of 4 commits.
5c339c0 HEAD@{5}: rebase -i (squash): # This is a combination of 3 commits.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

2.git reset ID,ID为想要恢复到的提交ID
如 git reset 9bf1e49,即可恢复

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/465286
推荐阅读
相关标签
  

闽ICP备14008679号