configfiles/git/.gitconfig

18 lines
448 B
INI

[user]
email = madmaurice@zom.bi
name = Valentin Gehrke
signingkey = 400D2DBD
[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
s = status -sb
a = add
c = commit
co = checkout
ps = push
pl = pull
uncommit = reset --soft HEAD~
deleted = log --diff-filter=D --summary
[color]
ui = auto