dotfiles/git/gitconfig.include

13 lines
317 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
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
2012-11-08 14:57:02 +01:00
ll = log --stat --abbrev-commit
[diff]
tool = vimdiff
[merge]
tool = vimdiff
# vim: set filetype=gitconfig: