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.
我一直在研究将 EGit 用于 Eclipse。显然它基于 JGit,它不是 git 的完整实现——所以没有递归合并功能。
如果我理解后果,这意味着交叉合并和文件重命名会出现问题。
但这些问题会是什么样子?/ 变通方法有多痛苦?
递归合并策略是自 EGit 3.0 以来的默认策略(参见bug 380314)。