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 冲突方面面临很多问题,
如果有较少的文件冲突并且我们可以通过比较来合并它们,这很容易,但是如果没有大量文件冲突并且我想在我的本地设置中解决冲突,那么最好的解决方案是什么?提前致谢 :)
您可以为此使用任何外部合并工具。Ethier 在外部或通过git mergetool启动设置为默认合并工具(配置参数 merge.tool)或通过 --tool 选项提供的任何命令的命令运行它。有关合并工具的更多信息
git mergetool
有许多可能的合并/差异应用程序,我不想特别偏爱一个。