From 5adf68e325b5a66c8894e948142666b86c73175e Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 16 Aug 2020 22:28:11 -0400 Subject: [PATCH] Another Git Alias Goodness Me --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 04e46e6..229a1e1 100644 --- a/gitconfig +++ b/gitconfig @@ -55,6 +55,7 @@ [alias] hug = blame + lograph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' [commit] template = ~/.gittemplate