1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:35:53 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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