logs statt log

This commit is contained in:
Michael Grote 2021-05-02 11:28:37 +02:00
parent 31c7c03cac
commit f384373bdd

View file

@ -5,7 +5,7 @@
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
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