From 9b27538e4560cdb84033f850402436334224a778 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 18 Jul 2016 13:00:19 +0200 Subject: [PATCH] More git options. --- git/.config/git/config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/git/.config/git/config b/git/.config/git/config index f663d93..ba0a009 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -7,6 +7,16 @@ name = Bert Peters email = bert.ljpeters@gmail.com +[color] + ui = auto + +[log] + abbrevCommit = true + follow = true + +[commit] + verbose = true + [push] default = simple