dotfiles/git/gitconfig.symlink

12 lines
265 B
Plaintext
Raw Normal View History

2012-11-14 16:37:34 +01:00
[color]
ui = auto
2012-11-14 16:37:34 +01:00
diff = auto
status = auto
branch = auto
2012-12-25 14:05:29 +01:00
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
st = status
[push]
default = simple