Skip to content

Commit

Permalink
git credential-store: add page (#9735)
Browse files Browse the repository at this point in the history
* Add `git credential-store` page

* Update pages/common/git-credential-store.md
  • Loading branch information
Emily Grace Seville authored Jan 7, 2023
1 parent 1f55bd1 commit 69cce4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/common/git-credential-store.md
Original file line number Diff line number Diff line change
@@ -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}}'`

0 comments on commit 69cce4f

Please sign in to comment.