dotfiles/.gitconfig
2021-05-02 11:28:37 +02:00

12 lines
343 B
INI

[user]
name = Michael Grote
email = michael.grote@posteo.de
[credential]
helper = store
[alias]
cm = checkout master && git pull
logs = log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
s = status
p = push
c = checkout
remote = remote -v