简介
Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems.
Meld helps you review code changes and understand patches. It might even help you to figure out what is going on in that merge you keep avoiding.
安装与配置
输入如下命令安装:
1 | #在Fedora 24中安装 |
配置:
1 | #配置meld为默认的合并工具(Merge Tool) |
使用合并工具:
1 | #使用merge tool合并 |
可以直接键入meld命令打开meld的GUI。