configfiles/git/.gitconfig

19 lines
448 B
INI
Raw Normal View History

2015-10-08 11:41:59 +02:00
[user]
email = madmaurice@zom.bi
name = Valentin Gehrke
2016-11-15 18:26:05 +01:00
signingkey = 400D2DBD
2015-10-08 11:41:59 +02:00
[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
2015-10-31 20:52:55 +01:00
uncommit = reset --soft HEAD~
2015-11-26 18:00:03 +01:00
deleted = log --diff-filter=D --summary
2015-10-08 11:43:46 +02:00
[color]
ui = auto