拉取后如何查找未提交的代码 git
how to find uncommitted code after pulled git
我写了一些代码,但没有提交。在那之后,今天我拉 git 并丢失了我未提交的代码。
我怎样才能找到它?
工具:android studio、bitbucked
如果您已将这些文件添加到 git 存储库索引,you can still recover their content。
如果没有,请尝试查看 IntelliJ local history 是否仍有这些文件的踪迹。
注:有limitations to the local history feature.
我写了一些代码,但没有提交。在那之后,今天我拉 git 并丢失了我未提交的代码。
我怎样才能找到它? 工具:android studio、bitbucked
如果您已将这些文件添加到 git 存储库索引,you can still recover their content。
如果没有,请尝试查看 IntelliJ local history 是否仍有这些文件的踪迹。
注:有limitations to the local history feature.