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