Skip to content

Instantly share code, notes, and snippets.

@kaeff
Created November 25, 2011 13:49
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 kaeff/1393574 to your computer and use it in GitHub Desktop.
Save kaeff/1393574 to your computer and use it in GitHub Desktop.
Git settings for perfect visual diff from both command line and gitg
# Use case: I use git mainly from the command line, but occasionally track commits with gitg. I prefer visual diffs.
# Inspired by http://jeetworks.org/node/90
[diff]
tool = meld
[difftool]
prompt = false
[alias]
d = difftool
@kaeff
Copy link
Author

kaeff commented Nov 25, 2011

Use `

sudo apt-get install meld

`if you haven't it installed already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment