diff --git a/gitconfig b/gitconfig index 530f05d..dee4d0c 100644 --- a/gitconfig +++ b/gitconfig @@ -29,5 +29,6 @@ sub = submodule unstage = reset HEAD -- last = log -1 HEAD + lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- [branch] autosetuprebase = always