commit 92f1dc0356df137b45b9ec26eddcfeabff7d5024 parent ddfbb185ebb9bd5d57757a7f8342efa0bc21fcd0 Author: Andrew Laack <andrew@laack.co> Date: Thu, 19 Feb 2026 02:26:37 -0600 git configuration Diffstat:
| M | installers/arch-private-installation.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/installers/arch-private-installation.sh b/installers/arch-private-installation.sh @@ -14,3 +14,5 @@ echo "max-cache-ttl 288000">> ~/.gnupg/gpg-agent.conf git config --global user.email "andrew@laack.co" git config --global user.name "Andrew Laack" +git config --global credential.helper cache +git config --global credential.helper 'cache --timeout=36000'