10 2023 档案
it stash误使用drop删掉本地保存,再恢复代码记录
摘要:首先,我们当使用git stash drop和git stash pop时候,git stash list是看上去不可见了,但是实质上git并没有删除这个文件,就是你的引用关系被移除了,你需要去搜索那条对应被丢弃的commit下的代码。 git stash drop stash@ 误删除操作的提交I
阅读全文