5

Let's say you have two emails A, and B.

Your primary email is A, and you have kept your emails private. So you use the noreply GitHub email for commits in git and online, and it blocks command line pushes which expose my email.

I would like to continue that, but I also want to show email B on my profile (that is, in the email field, not in the description). But I do not want to inadvertantly leak A.

Is this possible?

Anonymous Guy
  • 119
  • 2
  • 11

1 Answers1

0

Yes, this is possible to do. You just add the new email, verify it, and then choose it as the one you want to display on your profile. You can continue to use a different email, including the GitHub-created noreply one, in your commits.

bk2204
  • 64,793
  • 6
  • 84
  • 100