Skip to content

Instantly share code, notes, and snippets.

@franklinjavier
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save franklinjavier/8944584 to your computer and use it in GitHub Desktop.

Select an option

Save franklinjavier/8944584 to your computer and use it in GitHub Desktop.
Cache your Git credentials #password #git #cache
git config --global credential.helper # 15 minutes (default).
git config --global credential.helper 'cache --timeout=3600' # timeout in seconds
# 86400 = 1 day
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment