Home > Net >  How to set a hidden back-up email on Github?
How to set a hidden back-up email on Github?

Time:11-21

I have a public email I use for git commits and I am trying to figure out if it's possible to add a hidden backup email to my account without having it be exposed.

CodePudding user response:

See the Github Emails Settings

In addition, you may want to also check the Keep my email addresses private option to hide your email "when performing web-based Git operations (e.g. edits and merges) and sending email on your behalf."

  • Related