I am installing Git on an Ubuntu system. I need to set user.name. I already have a GitHub account. If my full name is John Doe, and I've set up my GitHub account with the username "Jon-D", do I need to use that name for the Git user.name or can I (should I) use my full name?
No, your user.name
does not matter.
However your user.email
should match one of the addresses in your GitHub settings.
git config --global user.email "YOUR EMAIL"
You can also keep your email private
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With