cache github credentials ubuntu code example

Example 1: ubuntu git credentials cache

# Set the time to remember your credentials for (in seconds). The command below sets it to 10 minutes.
$ git config --global credential.helper 'cache --timeout=600'

Example 2: cache github credentials ubuntu

# Set the time to remember your credentials for (in seconds). The command below sets it to 10 minutes.
$ git config --global credential.helper 'cache --timeout=600

Example 3: cache github credentials ubuntu

# Set the time to remember your credentials for (in seconds). The command below sets it to 10 minutes.
$ git config --global credential.helper 'cache --timeout=600

Tags:

Misc Example