Skip to content

Instantly share code, notes, and snippets.

@bradurani
Created October 3, 2013 01:24
Show Gist options
  • Save bradurani/6803177 to your computer and use it in GitHub Desktop.
Save bradurani/6803177 to your computer and use it in GitHub Desktop.
Set Git to cache password for 12 hours
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=43200'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment