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 中使用 eGit 插件。
我在本地对 7 个文件进行了更改,然后发现其中一个文件不需要更改 - 所以我只需要提交 6 个文件并恢复第 7 个文件的更改。
如何使用 eGit 完成此任务?
似乎使用 eGit,我可以全部提交或全部重置。但我只想提交选择性文件并恢复对其他文件的更改。
在 Eclipse 中,右键单击要恢复的文件,将鼠标悬停在“替换为...”上并选择“最新来自 HEAD”。然后像往常一样提交其他所有内容。