feat(git): increase git credential cache timeout to 10h

This commit is contained in:
Michael Mandl 2024-08-02 07:47:19 +02:00
parent 5a847f275e
commit 66abdb7b75
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -28,7 +28,7 @@
core.editor = "nvim"; core.editor = "nvim";
core.pager = "less -FX"; core.pager = "less -FX";
credential.helper = "cache --timeout=3600"; credential.helper = "cache --timeout=36000";
diff.ignoreSubmodules = "none"; diff.ignoreSubmodules = "none";