How to set Meld as git mergetool

You could use complete unix paths like: PATH=$PATH:/c/python26 git config –global merge.tool meld git config –global mergetool.meld.path /c/Program files (x86)/meld/bin/meld This is what is described in “How to get meld working with git on Windows“ Or you can adopt the wrapper approach described in “Use Meld with Git on Windows“ # set up Meld as … Read more