mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 12:46:30 +00:00
Update cheatsheets
This commit is contained in:
13
git-credential-cache
Normal file
13
git-credential-cache
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}'`
|
||||
Reference in New Issue
Block a user