gitconfig: aliases ergänzt

This commit is contained in:
Michael Grote 2021-05-01 17:00:18 +02:00
parent 3d5c9de59a
commit 31c7c03cac

View file

@ -2,4 +2,11 @@
name = Michael Grote
email = michael.grote@posteo.de
[credential]
helper = store
helper = store
[alias]
cm = checkout master && git pull
log = 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