Skip to content

Instantly share code, notes, and snippets.

@AmarPrabhu
Created May 5, 2014 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmarPrabhu/678d0530217fa4d1e5c0 to your computer and use it in GitHub Desktop.
Save AmarPrabhu/678d0530217fa4d1e5c0 to your computer and use it in GitHub Desktop.
Git credential cache - remember password
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=36000'
#here it caches the password for 10Hrs (time in secs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment