how to store git username and password 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
Example 3: add username password git
$ git config --global credential.helper cache