1、git stash pop 最后会打印出pop掉的commitid值,若这个记录还存在直接使用即可。
2、git fsck --lost-found, 会打印出所有dangling commit
找到commitID之后就去执行git stash apply commitID恢复你的工作区吧~
1、git stash pop 最后会打印出pop掉的commitid值,若这个记录还存在直接使用即可。
2、git fsck --lost-found, 会打印出所有dangling commit
找到commitID之后就去执行git stash apply commitID恢复你的工作区吧~
本文标题:git stash 后不小心discard change恢复代码
本文链接:https://www.haomeiwen.com/subject/ijmpxdtx.html
网友评论