Skip to content

Instantly share code, notes, and snippets.

@kalkulus
Created August 3, 2016 15:51
Show Gist options
  • Save kalkulus/a0114294fb072872cf47142085f2403f to your computer and use it in GitHub Desktop.
Save kalkulus/a0114294fb072872cf47142085f2403f to your computer and use it in GitHub Desktop.
git config --global credential.helper cache
# Set git to use the credential memory cache
git config --global credential.helper 'cache --timeout=3600'
# Set the cache to timeout after 1 hour (setting is in seconds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment