From 2bf5373638f7c91ca537fb85e4fec55ffc46cb9b Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 13 Dec 2013 11:37:40 +0100 Subject: [PATCH] [git] keep passwd in cache for 1h --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 75e72c9..052ec28 100644 --- a/.gitconfig +++ b/.gitconfig @@ -41,3 +41,5 @@ tool = meld [push] default = simple +[credential] + helper = cache --timeout=3600