Sodamhan.com

TL;DR

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'

This document was created using the contents of the tldr project.