mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 18:15:46 +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:
parent
1f55bd1968
commit
69cce4fdf8
1 changed files with 8 additions and 0 deletions
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}}'`
|
Loading…
Add table
Reference in a new issue