save password in git bash code example
Example 1: git store credentials
// local
git config credential.helper store
// global
git config --global credential.helper store
Example 2: git save username and password
git config --global credential.helper store