Added gitconfig

This commit is contained in:
madmaurice 2015-10-08 11:41:59 +02:00
parent 22836b3498
commit d216b3027a

8
git/.gitconfig Normal file
View file

@ -0,0 +1,8 @@
[user]
email = madmaurice@zom.bi
name = Valentin Gehrke
[push]
default = current
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
st = status -sb