1.查看丢失记录 git fsck --lost-found
git fsck --lost-found
找回丢失的satsh记录,只有commit 才能够被恢复
2.查看具体内容 git show commitId
git show "commitId"
按方向键↓可以查看更多更改记录
git stash clear后,如何找回并恢复代码
阅读 29
2023-11-17
git fsck --lost-found
找回丢失的satsh记录,只有commit 才能够被恢复
git show "commitId"
按方向键↓可以查看更多更改记录
相关推荐
精彩评论(0)