Skip to content

Instantly share code, notes, and snippets.

@ncremins
Created October 2, 2012 10:07
Show Gist options
  • Save ncremins/3817979 to your computer and use it in GitHub Desktop.
Save ncremins/3817979 to your computer and use it in GitHub Desktop.
Use external diff for git diff
[diff]
external = /home/neil/codemisc/diff.py
#!/usr/bin/python
import sys
import os
os.system('meld "%s" "%s"' % (sys.argv[2], sys.argv[5]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment