[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