Q:

git credentials

// local
git config credential.helper store
// global
git config --global credential.helper store
8
# this will store your credentials "forever"
git config --global credential.helper store
6
# This cache timeout is in seconds
$ git config --global credential.helper 'cache --timeout=3600' 
3
git config --global credential.helper store
-1

New to Communities?

Join the community