dotfiles/git/gitconfig.symlink

16 lines
378 B
Plaintext
Raw Normal View History

2012-11-14 16:37:34 +01:00
# you probably need to change this, because you're not me.
[user]
email = yorickvanpelt@gmail.com
name = Yorick van Pelt
[color]
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