1.查看丢失记录 git fsck --lost-found
git fsck --lost-found
找回丢失的satsh记录,只有commit 才能够被恢复
2.查看具体内容 git show commitId
git show "commitId"
按方向键↓可以查看更多更改记录
微信扫一扫
git fsck --lost-found
找回丢失的satsh记录,只有commit 才能够被恢复
git show "commitId"
按方向键↓可以查看更多更改记录
相关推荐