set git credentials for one directory 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