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

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