From 152dfee2963da444adcfd0c0d96fa360015d285f Mon Sep 17 00:00:00 2001 From: Faerbit Date: Fri, 8 Dec 2017 12:52:04 +0100 Subject: [PATCH] Update git options. --- gitconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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