config git credentials code example
Example 1: git credentials
# this will store your credentials "forever"
git config --global credential.helper store
Example 2: save account to git
git config --global credential.helper store
Example 3: add username password git
$ git config --global credential.helper cache