summaryrefslogtreecommitdiffstats
path: root/git-credential-cache.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-11-21 15:55:27 +0900
committerJunio C Hamano <gitster@pobox.com>2022-11-21 15:55:27 +0900
commitcb582cab761661d1b94a09a4a78c20a3d29c9744 (patch)
treef48eb9cacd3efb722cb71adb47b0cf360dcd6250 /git-credential-cache.txt
parentc429c188841b43691e7fa5b85f5e94514ae72299 (diff)
downloadgit-htmldocs-cb582cab761661d1b94a09a4a78c20a3d29c9744.tar.gz
Autogenerated HTML docs for v2.38.1-473-ga07895
Diffstat (limited to 'git-credential-cache.txt')
-rw-r--r--git-credential-cache.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-credential-cache.txt b/git-credential-cache.txt
index 0216c18ef..432e159d9 100644
--- a/git-credential-cache.txt
+++ b/git-credential-cache.txt
@@ -69,10 +69,10 @@ $ git push http://example.com/repo.git
------------------------------------
You can provide options via the credential.helper configuration
-variable (this example drops the cache time to 5 minutes):
+variable (this example increases the cache time to 1 hour):
-------------------------------------------------------
-$ git config credential.helper 'cache --timeout=300'
+$ git config credential.helper 'cache --timeout=3600'
-------------------------------------------------------
GIT