From b68b9702a750b5eac3d493bc3575dd9b14163e8d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 14 Jul 2014 21:17:14 +0300 Subject: [PATCH] gitconfig: cache passwords for 24 hours --- .gitconfig.MKAYSIGREP | 2 ++ gitconfig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitconfig.MKAYSIGREP b/.gitconfig.MKAYSIGREP index 7e41495b..fef88b27 100644 --- a/.gitconfig.MKAYSIGREP +++ b/.gitconfig.MKAYSIGREP @@ -24,3 +24,5 @@ signingkey = 0xDAA6CA08F2E96AC7 [push] default = current +[credential] + helper = cache --timeout=86400 diff --git a/gitconfig b/gitconfig index 87b30bf8..7106e8aa 100644 --- a/gitconfig +++ b/gitconfig @@ -24,3 +24,5 @@ # signingkey = 0xDAA6CA08F2E96AC7 [push] default = current +[credential] + helper = cache --timeout=86400