Show all branches within the log
This commit is contained in:
parent
ea81c79652
commit
c7c4daad54
|
@ -79,7 +79,7 @@
|
|||
d = diff
|
||||
f = fetch --all
|
||||
g = grep --break --heading
|
||||
l = !git log --oneline --graph --decorate -20 || true
|
||||
l = !git log --oneline --graph --decorate --all -20 || true
|
||||
m = merge --ff-only
|
||||
nb = !git create-new-branch
|
||||
p = push
|
||||
|
|
Loading…
Reference in a new issue