Meld

Meld is a visual diff and merge tool. Although Git Extension has default integration with KDiff, you can change the default diff and merge tool to Meld, which is visually more simple than KDiff.

Installing Meld

  1. Download the latest version of Meld here.

  2. Run the installer.

  3. In Git Extensions, select Tools > Settings.

  4. Under Git Config > Mergetool, select meld from the drop-down menu.

  5. Under Git Config > Difftool, select meld from the drop-down menu.

    The configuration should look like this:

    meld

  6. Click Apply.

  7. Click Ok.