GitHub shows that my commits have been pushed by 2 authors: me and me.
How can I turn it off?
That is, how can I avoid seeing "me" and "me" (twice my GitHub account) as "authors" of a commit?
its happens when your local Git configuration doesn't match with your Github account.
you can check this by:
git config --global user.email
to change your email configuration
git config --global user.email "your email"
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