From c7c4daad54e6e954e211ca1b4fc4fa9843a03a47 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 30 Apr 2016 20:15:11 +0100 Subject: [PATCH] Show all branches within the log --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 56146b5..34e700b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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