From 0e41e41ab828d4c17b69a91b49e5fe3e3b10f87b Mon Sep 17 00:00:00 2001 From: aschmocker Date: Fri, 5 Oct 2018 15:09:32 +0200 Subject: [PATCH] Add git log fancy to gitconfig --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index d1c2fa3..b2f2793 100644 --- a/gitconfig +++ b/gitconfig @@ -6,3 +6,4 @@ gpgsign = true [alias] logs = log --show-signature + lg = log --graph --abbrev-commit --decorate --format=format:'%C(yellow)%h%C(reset)%C(auto)%d%C(reset) %C(normal)%s%C(reset) %C(dim white)%an%C(reset) %C(dim blue)(%ad)%C (reset)' --all