commands.sh

git credential-cache

all

Git helper to temporarily store passwords in memory.

More info →

Examples (1)

Store Git credentials for a specific amount of time

git config credential.helper 'cache --timeout=time_in_seconds'
made by @shridhargupta | data from tldr-pages