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.
说我有分支
master dog cat
dog和都进行了更改cat。当我将这些合并到
dog
cat
git checkout master git merge dog cat
它会产生冲突,因为人们以不同的方式打开dog和cat更改文件。我尝试使用 kdiff3解决此问题,但它似乎不适用于“章鱼”合并。是这种情况还是我做错了什么?