how to check github username terminal code example
Example 1: github see the username
git config user.name
Example 2: change global user name git
$ git config --global user.name "Mona Lisa"
git config user.name
$ git config --global user.name "Mona Lisa"