dotfiles/git/gitconfig.include

9 lines
270 B
Plaintext
Raw Normal View History

2012-11-08 14:54:46 +01:00
[color]
ui = auto
interactive = auto
2012-11-06 23:38:08 +01:00
[alias]
st = status
2012-11-07 11:49:00 +01:00
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
2012-11-08 14:57:02 +01:00
ll = log --stat --abbrev-commit
# vim: set filetype=gitconfig: