Q:

git save username and password

git config --global user.name "your username"

git config --global user.password "your password"
2
// local
git config credential.helper store
// global
git config --global credential.helper store
8
$ git config --global user.name "Mona Lisa"
$ git config --global user.name
$ mona
1
# 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