Git set password command line code example
Example 1: save account to git
git config --global credential.helper store
Example 2: git save password for
git config --global credential.helper "cache --timeout=3600"
git config --global credential.helper store
git config --global credential.helper "cache --timeout=3600"