We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319605f commit f13c3f2Copy full SHA for f13c3f2
Documentation/git-credential-cache.txt
@@ -69,10 +69,10 @@ $ git push http://example.com/repo.git
69
------------------------------------
70
71
You can provide options via the credential.helper configuration
72
-variable (this example drops the cache time to 5 minutes):
+variable (this example increases the cache time to 1 hour):
73
74
-------------------------------------------------------
75
-$ git config credential.helper 'cache --timeout=300'
+$ git config credential.helper 'cache --timeout=3600'
76
77
78
GIT
0 commit comments