1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/git-credential-store.md
Emily Grace Seville 69cce4fdf8
git credential-store: add page (#9735)
* Add `git credential-store` page

* Update pages/common/git-credential-store.md
2023-01-08 00:22:35 +10:00

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