From 7cc41e05831e23c76fba3793626b9cfe2cf6ad7a Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Sun, 23 Nov 2014 01:20:33 +0100 Subject: [PATCH] caching the creds in gitconfig Signed-off-by: Gaetan Semet --- dot_files/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_files/gitconfig b/dot_files/gitconfig index 3de0f18f6..fba7a497e 100644 --- a/dot_files/gitconfig +++ b/dot_files/gitconfig @@ -85,3 +85,6 @@ cmd = git mergetool --no-prompt [gui] newbranchtemplate = gsemet_ + +[credential] + helper = cache --timeout=6000