git credential-store: add page (#9735)
* Add `git credential-store` page * Update pages/common/git-credential-store.md
This commit is contained in:

committed by
GitHub

parent
1f55bd1968
commit
69cce4fdf8
8
pages/common/git-credential-store.md
Normal file
8
pages/common/git-credential-store.md
Normal 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}}'`
|
Reference in New Issue
Block a user