1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/common/git-credential-store.md
Reinhart Previano Koentjoro acf0d083d0
common/*: update Indonesian translations, git-credential-store: standardize other translations (#14556)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-11-09 14:42:14 +05:30

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