Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oviniciusfeitosa/2bc16d7ee53c948c6db8efcfaacda5ac to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/2bc16d7ee53c948c6db8efcfaacda5ac to your computer and use it in GitHub Desktop.
GIT - Cache user and password.md
git config credential.helper store                          
git config --global credential.helper 'cache --timeout 7200'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment