From d41cd950250a5dd6ece39d734c8b1d63dfdd7b04 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Mon, 17 Feb 2014 10:52:55 +0100 Subject: [PATCH] gitconfig: coloring, cache credentials --- .gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitconfig b/.gitconfig index b847ad8..9039598 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,12 @@ [user] name = Oliver Ladner email = waste@lugh.ch + +[color] + branch = auto + diff = auto + interactive = auto + status = auto + +[credential] + helper = cache --timeout 43200