git remember store credentials code example
Example: store git 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