Skip to content

Instantly share code, notes, and snippets.

@johanneserhardt
Created November 20, 2012 08:25
Show Gist options
  • Save johanneserhardt/4116718 to your computer and use it in GitHub Desktop.
Save johanneserhardt/4116718 to your computer and use it in GitHub Desktop.
.gitconfig
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(red)<%an>%Creset' --abbrev-commit --
ign = ls-files -o -i --exclude-standard
[github]
user = sayhelloje
[color]
ui = auto
diff = auto
status = auto
branch = auto
[mergetool]
keepBackup = true
[push]
default = tracking
[core]
excludesfile = /Users/johanneserhardt/.gitignore_global
[format]
pretty = %Cblue%h%Creset %Cgreen[%cr]%Creset (%an) %s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment