Hacker News new | ask | show | jobs
by lytefm 709 days ago
> Does this mean that I should private my GitHub-mirror to my personal blog, because this can become a common thing? I have removed my email from my GitHub-profile now, but they can probably get it from my Git-log anyway...

It's possible to use a noreply.github.com linked to your username for making commits. And you can to change the authorship of past commits in your own repos with write access.

I try to avoid give my email in a public and processable format whenever possible.