Skip to content

Instantly share code, notes, and snippets.

@renaco
Last active September 27, 2022 08:29
Show Gist options
  • Save renaco/89cdffdbc365530a14a4619ce17791ad to your computer and use it in GitHub Desktop.
Save renaco/89cdffdbc365530a14a4619ce17791ad to your computer and use it in GitHub Desktop.
.gitconfig (Meld configuration on windows)
[merge]
tool = meld
[mergetool "meld"]
cmd = \"C:\\Program Files (x86)\\Meld\\Meld.exe\" "$LOCAL" "$BASE" "$REMOTE" "--output=$MERGED"
path = C:/Program Files (x86)/Meld/Meld.exe
trustExitCode = false
keepBackup = false
[diff]
tool = meld
[difftool "meld"]
cmd = \"C:\\Program Files (x86)\\Meld\\Meld.exe\" "$LOCAL" "$REMOTE"
path = C:/Program Files (x86)/Meld/Meld.exe
[mergetool]
keepBackup = false
@RecoX
Copy link

RecoX commented Aug 24, 2018

thanks working

@nimabte
Copy link

nimabte commented Apr 1, 2020

Thanks man :)

@maspi83
Copy link

maspi83 commented Dec 27, 2020

Thx for sharing

@capitalwell
Copy link

Thanks

@tiamatenko
Copy link

Probably it won't work on Windows 10 with Meld-3.22.0-mingw since it has another install path:

where Meld
C:\Program Files\Meld\Meld.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment