Zaonce...
loading...

This Planet is a Tedious Place...

07/12/15 Use OSX Meld with difftool too...

Following on from an earlier post where I described how to use Meld with git's mergetool, here's how to use it with difftool too...


[difftool "meld"]
cmd = open -W -a Meld --args $LOCAL $PWD/$REMOTE


Fairly obvious really, although the $PWD isn't required for the local file.

Once you've done this, you can also set up gitk to use Meld as an external diff tool, by just setting "Exernal diff tool" to meld.

posted by Gruntfuggly # 13:41 Comments...


Somebody # 18/04/24 22:39

 

Add Comment