how to set username and password in github code example
Example 1: git save username and password
git config --global credential.helper store
Example 2: how to get git username and password
$ git config --global user.name "Mona Lisa"
$ git config --global user.name
$ mona