git credential-store: add page (#9735)

* Add `git credential-store` page

* Update pages/common/git-credential-store.md
pull/3/head
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
1 changed files with 8 additions and 0 deletions

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