git set github username and password code example
Example 1: git save username and password
git config --global credential.helper store
Example 2: how to set global github username and password in git
$ git config --global credential.helper wincred