1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 07:55:24 +02:00

git credential-store: add page (#9735)

* Add `git credential-store` page

* Update pages/common/git-credential-store.md
This commit is contained in:
Emily Grace Seville 2023-01-08 00:22:35 +10:00 committed by GitHub
parent 1f55bd1968
commit 69cce4fdf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,8 @@
# 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}}'`