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

This commit is contained in:
pixel
2023-05-04 09:10:34 +02:00
committed by GitHub
parent ff4e2a0f22
commit 80ea4ccbdb

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}}'`