Here's the git config command to show your Git username: git config user.name
You can change your Git username like this: git config --global user.name "Alvin J. Alexander"
While I'm in the Git username neighborhood, I'll also add that you can view your Git email address with this command: git config user.email
Collection
[
|
...
]