Last active
January 4, 2016 20:29
-
-
Save vanpeerdevelopment/8674392 to your computer and use it in GitHub Desktop.
Command to cache your credentials in Git.
This file contains 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
# The default cache timeout is 15 minutes | |
git config credential.helper cache | |
# With --timeout the cache timeout is configured to one hour | |
git config credential.helper "cache --timeout=3600" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment