Search code examples
git-extensionsmeldmergetool

Git Extensions and Meld merge


Is it possible to use Meld as a merge tool when using Git Extensions on Windows?


Solution

  • In Git Extension: Settings -> Git Config

    Merge tool: meld
    Path to mergetool: C:/Program Files (x86)/Meld/Meld.exe
    Merge tool command: "C:/Program Files (x86)/Meld/Meld.exe" --diff "$BASE" "$LOCAL" "$REMOTE" --output "$MERGED"