1.首先用 git fsck 命令找回所有记录
git fsck --lost-found
2.用 git show 命令查看某条记录是否是以前stash保存的代码
git show 5415115514abd2210aae32dca79f63cb470ccece
3.用 git merge 命令合并某条记录
git merge 5415115514abd2210aae32dca79f63cb470ccece
1.首先用 git fsck 命令找回所有记录
git fsck --lost-found
2.用 git show 命令查看某条记录是否是以前stash保存的代码
git show 5415115514abd2210aae32dca79f63cb470ccece
3.用 git merge 命令合并某条记录
git merge 5415115514abd2210aae32dca79f63cb470ccece
本文标题:git stash 的坑(代码没有提交,工作区处于游离状态,找不
本文链接:https://www.haomeiwen.com/subject/jzgfzftx.html
网友评论