mirror of https://github.com/CrimsonTome/tldr.git
9 lines
245 B
Markdown
9 lines
245 B
Markdown
|
# git credential-store
|
||
|
|
||
|
> `git` helper to store passwords on disk.
|
||
|
> More information: <https://git-scm.com/docs/git-credential-store>.
|
||
|
|
||
|
- Store Git credentials in a specific file:
|
||
|
|
||
|
`git config credential.helper 'store --file={{path/to/file}}'`
|