From 0bb0f627499b156a5f7b277c6f5e3a88b73a767e Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 30 Dec 2015 17:36:49 +0100 Subject: git-config: Add color settings --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/config b/.config/git/config index 38d5d11..dbe51dd 100644 --- a/.config/git/config +++ b/.config/git/config @@ -22,6 +22,9 @@ [color] ui = false + diff = auto + status = auto + branch = auto [apply] whitespace = strip -- cgit