git-credential-cache: add page (#10144)

pull/23/head
pixel 2023-05-04 09:10:34 +02:00 committed by GitHub
parent ff4e2a0f22
commit 80ea4ccbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# git credential-cache
> Git helper to temporarily store passwords in memory.
> More information: <https://git-scm.com/docs/git-credential-cache>.
- Store Git credentials for a specific amount of time:
`git config credential.helper 'cache --timeout={{time_in_seconds}}'`