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.
我在仅运行命令行的虚拟机 Ubuntu 服务器上使用 git,而且我不知道 vim(坦率地说,我现在真的不想学习它)所以我不想使用 vimdiff。如何获取 git 的可用合并工具列表?
可从命令行使用的合并工具列表的奖励积分没有太多陡峭的学习曲线!
这为您提供了列表,而无需实际开始合并:
git mergetool --tool-help
只需在没有工具值的情况下运行它:
$ git mergetool --tool= merge tool candidates: meld opendiff kdiff3 tkdiff xxdiff tortoisemerge gvimdiff diffuse ecmerge p4merge araxis bc3 vimdiff emerge
我会为文档留下奖励积分:/