Added gitconfig
This commit is contained in:
parent
22836b3498
commit
d216b3027a
1 changed files with 8 additions and 0 deletions
8
git/.gitconfig
Normal file
8
git/.gitconfig
Normal 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
|
Loading…
Reference in a new issue