Caching your GitHub credentials in Git
1. Turn on credential helper
$ git config --global credential.helper cache2. Change the default password cache timeout
$ git config --global credential.helper 'cache --timeout 3600'Last updated