--- 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: . - Store Git credentials in a specific file: `git config credential.helper 'store --file={{path/to/file}}'`