Skip to content

Commit 3f98d7a

Browse files
committed
Merge branch 'mh/increase-credential-cache-timeout'
Update the credential-cache documentation to provide a more realistic example. * mh/increase-credential-cache-timeout: Documentation: increase example cache timeout to 1 hour
2 parents 35dc2cf + f13c3f2 commit 3f98d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-credential-cache.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ $ git push http://example.com/repo.git
6969
------------------------------------
7070

7171
You can provide options via the credential.helper configuration
72-
variable (this example drops the cache time to 5 minutes):
72+
variable (this example increases the cache time to 1 hour):
7373

7474
-------------------------------------------------------
75-
$ git config credential.helper 'cache --timeout=300'
75+
$ git config credential.helper 'cache --timeout=3600'
7676
-------------------------------------------------------
7777

7878
GIT

0 commit comments

Comments
 (0)