Created
November 25, 2011 13:49
-
-
Save kaeff/1393574 to your computer and use it in GitHub Desktop.
Git settings for perfect visual diff from both command line and gitg
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
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use `
sudo apt-get install meld
`if you haven't it installed already