git config credential.helper cache git config --global credential.helper cache
git config credential.helper 'cache --timeout=3600' git config --global credential.helper 'cache --timeout=3600'
git config credential.helper store git config --global credential.helper store
|