github change username 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"
Example 3: change git username and email
$ git config --global user.email "[email protected]"