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:
parent
ff4e2a0f22
commit
80ea4ccbdb
1 changed files with 8 additions and 0 deletions
8
pages/common/git-credential-cache.md
Normal file
8
pages/common/git-credential-cache.md
Normal 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}}'`
|
Loading…
Add table
Reference in a new issue