configfiles/git/.gitconfig

16 lines
347 B
INI
Raw Normal View History

2015-10-08 11:41:59 +02:00
[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
2015-10-08 11:45:01 +02:00
s = status -sb
2015-10-08 11:43:46 +02:00
a = add
c = commit
co = checkout
ps = push
pl = pull
[color]
ui = auto