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 配置中将 KDiff3 配置为我的默认合并工具,以便在发生合并冲突时使用命令
git mergetool
KDiff3 作为我的合并编辑器打开。
我想从命令行通过 meld 尝试 Git 合并,而无需从 KDiff3 修改我的 Git 配置。
尝试:
git mergetool --tool=meld <files>