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.
使用 git,我有一些合并冲突。
我尝试使用 egit 插件为 Eclipse 着色差异。
在我解决之后,我看到 egit 没有解决明显的和可以在没有我的情况下解决的差异。
您如何查看彩色差异并自动解决可解析的差异?
我假设您在合并、变基或拉取期间在 egit 中遇到冲突,并且您通过双击文件开始了差异解决?
如果正确,请注意必须右键单击有问题的文件并选择合并工具。
合并文件后 agit add是必要的,并且在解决所有冲突后,您必须提交。
git add