Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 eclipse 开发 Java 包,并且一直在使用 git 进行版本控制。我不小心git rm'd一个文件,提交并推送它。
git rm'd
为了恢复效果,我从先前的提交中检查了已删除的文件,进行了另一次提交并将其推回。现在我的文件回来了。
但是,这些文件没有显示在 Eclipse 的包中——我做错了什么?
我有时会在 Eclipse 和 Git 之间遇到不一致的问题,为了解决这个问题,我通常只需刷新 Eclipse 项目即可。我可能比这更复杂,但首先消除最简单的解决方案。