HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git credential-store — Git helper to store passwords on disk. More information: <https://git-scm.com/docs/git-credential-st

Submitted by: @import:tldr-pages··
0
Viewed 0 times
helpercommandgit credential-storediskstorecligitpasswords

Problem

How to use the git credential-store command: Git helper to store passwords on disk. More information: <https://git-scm.com/docs/git-credential-store>.

Solution

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

Code Snippets

Store Git credentials in a specific file

git config credential.helper 'store --file={{path/to/file}}'

Context

tldr-pages: common/git credential-store

Revisions (0)

No revisions yet.