Skip to content

Instantly share code, notes, and snippets.

@nirname
Last active November 25, 2015 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nirname/428c485d4881d1815978 to your computer and use it in GitHub Desktop.
Save nirname/428c485d4881d1815978 to your computer and use it in GitHub Desktop.
Git comparison with meld
[diff]
external = /home/user/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