From dd077c7034bd122552bfbd01188dc4af2ccec5b2 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 14 Sep 2015 22:42:29 -0500 Subject: [PATCH] Set git credential caching to 6 hours... Got tired of constantly fighting with KDE Wallet. --- home/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.gitconfig b/home/.gitconfig index 68c9570..6558656 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -2,6 +2,6 @@ email = warrick@sothr.com name = Drew Short [credential] - helper = cache --timeout=3600 + helper = cache --timeout=21600 [push] default = simple