Private emails, now more private
GitHub has supported using an alternate “noreply” email address to author web-based commits for a while now. Starting today, there’s another way to ensure you don’t inadvertently publish your email…
GitHub has supported using an alternate “noreply” email address to author web-based commits for a while now. Starting today, there’s another way to ensure you don’t inadvertently publish your email address when pushing commits to GitHub via the command line.
Git uses your email address to associate your name to any commits you author. Once you push your commits to a public repository on GitHub, the authorship metadata is published as well.
If you’d like to ensure you don’t accidentally publish your email address, simply check the “Keep my email address private” and “Block command line pushes that expose my email” options in your email settings.
You’ll also want to configure Git to use your username@users.noreply.github.com
email. Don’t worry—this won’t affect your contribution graph. All commits will still be associated with your account.
Once you configure Git, commits will use your alternate “noreply” email address, and any pushes that don’t will be rejected.
If you already have a private email address and would like to use this feature, check your email settings to make sure it’s enabled. New private emails will have the option enabled by default.
For more information on keeping your email address private, check out the GitHub Help documentation.
Stay safe!
Written by
Related posts
GitHub Availability Report: August 2024
In August, we experienced one incident that resulted in degraded performance across GitHub services.
Fine-tuned models are now in limited public beta for GitHub Copilot Enterprise
Fine-tuned models empower organizations to receive code suggestions specifically tailored to their coding practices and internal languages.
2024 is the biggest global election year in history. What’s at stake for developers?
GitHub is considering what is at stake for our users and platform, how we can take responsible action to support free and fair elections, and how developers contribute to resilient democratic processes.