Created
May 5, 2014 07:45
-
-
Save AmarPrabhu/678d0530217fa4d1e5c0 to your computer and use it in GitHub Desktop.
Git credential cache - remember password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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