Skip to content

Instantly share code, notes, and snippets.

@EncodePanda
Created June 16, 2015 22:07
Show Gist options
  • Save EncodePanda/1ff12f58c475ed176bb1 to your computer and use it in GitHub Desktop.
Save EncodePanda/1ff12f58c475ed176bb1 to your computer and use it in GitHub Desktop.
Remembers credentials for 1 hour (in git)
git config --global credential.helper 'cache --timeout=3600'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment