mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00
8 lines
243 B
Markdown
8 lines
243 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}}'`
|