Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save soltrinox/05864b5f5e01432b8d5b21c16e334997 to your computer and use it in GitHub Desktop.
Save soltrinox/05864b5f5e01432b8d5b21c16e334997 to your computer and use it in GitHub Desktop.
GIT CREDENTIALS CACHE
CACHE GIT CREDENTIALS ON UNIX
git config --global credential.helper cache
git config --global credential.helper "cache --timeout=360000"
ON OSX
git config --global credential.helper osxkeychain
git config --global credential.helper "cache --timeout=360000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment