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