yousseb / meld

Meld for macOS
https://yousseb.github.io/meld/
GNU General Public License v2.0
2.3k stars 120 forks source link

.gitconfig on github page #21

Open mikegedelman opened 8 years ago

mikegedelman commented 8 years ago

Hi, minor thing I noticed setting up Meld for OS X:

There's a sample .gitconfig on the github page which is handy, but I'm curious why it uses $PWD/$REMOTE instead of just $REMOTE (and similar in the mergetool section). The former doesn't work for me but the latter does.

Here's the full line that works for me under [difftool "meld"]: cmd = open -W -a Meld --args \"$LOCAL\" \"$REMOTE\"