logs statt log
This commit is contained in:
parent
31c7c03cac
commit
f384373bdd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue