how to change the git username and password code example
Example 1: set username git
git config --global user.name "My Name"
Example 2: how to get git username and password
$ git config --global user.name "Mona Lisa"
$ git config --global user.name
$ mona