dotfiles/git/gitconfig.include
2012-11-08 14:54:46 +01:00

8 lines
237 B
Plaintext

[color]
ui = auto
interactive = auto
[alias]
st = status
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
# vim: set filetype=gitconfig: