本文介绍了Git 最好的可视化合并工具是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在 Git 中查看和编辑合并的最佳工具是什么?我想要一个三向合并视图,在单独的面板中显示我的"、他们的"和祖先",以及第四个输出"面板.
What's the best tool for viewing and editing a merge in Git? I'd like to get a 3-way merge view, with "mine", "theirs" and "ancestor" in separate panels, and a fourth "output" panel.
此外,调用所述工具的说明会很棒.(我仍然没有弄清楚如何以不给我错误的方式启动 kdiff3.)
Also, instructions for invoking said tool would be great. (I still haven't figure out how to start kdiff3 in such a way that it doesn't give me an error.)
我的操作系统是 Ubuntu.
My OS is Ubuntu.
推荐答案
Meld 是一个免费、开源、和跨平台(UNIX/Linux、OSX、Windows)差异/合并工具.
Meld is a free, open-source, and cross-platform (UNIX/Linux, OSX, Windows) diff/merge tool.
安装方法如下:
- Ubuntu
- Mac
- Windows:推荐的适用于 Windows 的 Meld 版本是最新版本,可从 https://meldmerge.org" 获得 MSI
- Ubuntu
- Mac
- Windows: "The recommended version of Meld for Windows is the most recent release, available as an MSI from https://meldmerge.org"
这篇关于Git 最好的可视化合并工具是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!