Files
cheatsheet-tldr/tldr/git-credential-store
2024-11-10 00:18:20 +00:00

14 lines
336 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}'`