According to github documentation, changing user.name
should change commits to display as whatever name I've set as user.name
. After setting this option, I still have my github username showing instead of the name I set in user.name
even after pushing new commits.
I'd like to have commits I make to show my real name instead of my username as this looks more professional. I've tried using git config --global user.name "<real name>"
and I have my real name on my github account. Am I missing something or should this just work?