Created
December 16, 2014 10:58
-
-
Save bluemanos/9e166faf175cdde3b490 to your computer and use it in GitHub Desktop.
Connect meld to git diff usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import sys | |
import os | |
os.system('meld "%s" "%s"' % (sys.argv[2], sys.argv[5])) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global diff.external /home/bluemanos/diff_meld.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment