From 4e75c8e3ebf621613fc2a482975486fe3396ce65 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 20 Mar 2018 16:25:06 -0700 Subject: [PATCH] Better git lg --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index 6513b1c..41be7f6 100644 --- a/git/config +++ b/git/config @@ -14,7 +14,7 @@ dc = diff --cached dn = diff --name-only --relative dw = diff --word-diff - lg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an' + lg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an%C(reset) %C(green)<%ar>%C(reset)' rb = rebase root = rev-parse --show-toplevel s = status