github see the username
git config user.name
Here is what the above code is Doing:
1. git config –global user.name “Your Name”
2. git config –global user.email “youremail@domain.com”
3. git config –global user.name
4. git config –global user.email