gitconfig: aliases ergänzt
This commit is contained in:
parent
3d5c9de59a
commit
31c7c03cac
1 changed files with 8 additions and 1 deletions
|
@ -3,3 +3,10 @@
|
||||||
email = michael.grote@posteo.de
|
email = michael.grote@posteo.de
|
||||||
[credential]
|
[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
|
||||||
|
|
Loading…
Reference in a new issue