Skip to content

Instantly share code, notes, and snippets.

@josecaos
Created September 13, 2016 04:46
Show Gist options
  • Select an option

  • Save josecaos/923a90fade137490ff7cda1bd635130a to your computer and use it in GitHub Desktop.

Select an option

Save josecaos/923a90fade137490ff7cda1bd635130a to your computer and use it in GitHub Desktop.
git Caching
//avoid asking for pswd over http
//source: https://help.github.com/articles/caching-your-github-password-in-git/
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=3600'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment