From aaa95377bf0d3cda7a39268e18c2edd13cdc9974 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 1 Feb 2018 08:57:40 -0800 Subject: [PATCH] Update git lg alias to show author --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index 23b532d..6513b1c 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 --oneline --graph --decorate + lg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an' rb = rebase root = rev-parse --show-toplevel s = status