mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
acf0d083d0
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
243 B
243 B
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}}'