我删除了一些文件。
但是我还没有提交。
我想重置我的工作区来恢复文件。
我做了一个git checkout .
。
但删除的文件仍然丢失。
并git status显示:
# On branch maste
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# deleted: cc.properties
# deleted: store/README
# deleted: store/cc.properties
#
为什么不能git checkout .重置工作区HEAD?
相似问题