git password and username in folder code example
Example: git store credentials
// local
git config credential.helper store
// global
git config --global credential.helper store
// local
git config credential.helper store
// global
git config --global credential.helper store