diff --git a/gitconfig b/gitconfig index ebd349e..6572f64 100644 --- a/gitconfig +++ b/gitconfig @@ -8,5 +8,8 @@ excludesfile = ~/.globalgitignore pager = less -F -X [push] - default = simple + default = current followTags = true + +[alias] + lod = log --all --decorate --online --graph