Show all branches within the log

This commit is contained in:
Oliver Davies 2016-04-30 20:15:11 +01:00
parent ea81c79652
commit c7c4daad54

View file

@ -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