Created
August 3, 2016 15:51
-
-
Save kalkulus/a0114294fb072872cf47142085f2403f to your computer and use it in GitHub Desktop.
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 | |
# Set git to use the credential memory cache | |
git config --global credential.helper 'cache --timeout=3600' | |
# Set the cache to timeout after 1 hour (setting is in seconds) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment