From 87799d58703aa1dc51a033f057e9a1d7a612e673 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Mon, 2 Oct 2023 18:56:56 +0100 Subject: [PATCH] Cache passwords for 30 days (in memory). --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index b087b1a..f37cafb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,6 +11,7 @@ ui = auto [credential] username = tadgy + helper = cache --timeout 2592000 [commit] verbose = 1 [push]