just use all anyways
This commit is contained in:
parent
9c0c6c7308
commit
8fee06b0f6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ autosetuprebase = always
|
|||
[alias]
|
||||
root = rev-parse --show-toplevel
|
||||
adog = log --all --decorate --oneline --graph
|
||||
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold magenta)%h%C(reset) ->%C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(green)(%ar)%C(reset) %C(dim white)- %an%C(reset)'
|
||||
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold magenta)%h%C(reset) ->%C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(green)(%ar)%C(reset) %C(dim white)- %an%C(reset)' --all
|
||||
last = log -1 HEAD --stat
|
||||
ll = log --oneline
|
||||
st = status -sb
|
||||
|
|
Loading…
Reference in a new issue