dotfiles/git/gitconfig.include

5 lines
198 B
Plaintext
Raw Normal View History

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
# vim: set filetype=gitconfig: