commands.sh

git credential-store

all

Git helper to store passwords on disk.

More info →

Examples (1)

Store Git credentials in a specific file

git config credential.helper 'store --file=path/to/file'
made by @shridhargupta | data from tldr-pages