Skip to content

Instantly share code, notes, and snippets.

@jillesvangurp
Created May 26, 2012 08:57
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 jillesvangurp/2792999 to your computer and use it in GitHub Desktop.
Save jillesvangurp/2792999 to your computer and use it in GitHub Desktop.
.gitconfig with my favorite settings
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[user]
name = [...]
email = [...]
[github]
user = [...]
token = [...]
[alias]
l = log --graph --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %an, %ar%Creset'
d = diff --color-words
[merge]
tool = opendiff
[core]
pager = less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment