text 从无法访问的提交中恢复已删除的文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 从无法访问的提交中恢复已删除的文件相关的知识,希望对你有一定的参考价值。

Get the list of deleted commit, blobs
git fsck --unreachable 

Look for the commit (look for sha) you want, and use the command to show what's inside
git show SHA_ID

Recover using the sha retrieve and command below
git stash apply <sha>

source
[Solved: Retrieve a deleted stash](https://community.atlassian.com/t5/Sourcetree-questions/Retrieve-a-deleted-stash/qaq-p/162673)

以上是关于text 从无法访问的提交中恢复已删除的文件的主要内容,如果未能解决你的问题,请参考以下文章

从 SVN 恢复已删除文件的正确方法是啥?

Git中添加但未提交的已删除文件可以恢复吗? [复制]

在 sublime text 3.0 中恢复已删除的文件?

如何在 SVN 中查找文件被删除/移动的所有提交(修订号)

Git:恢复一个已经在提交中被删除的文件

我可以恢复从未提交的已删除文件吗?