32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
---
|
|
title: Adding an email address to your GitHub account
|
|
intro: '{% data variables.product.product_name %} allows you to add as many email addresses to your account as you like. If you set an email address in your local Git configuration, you will need to add it to your account settings in order to connect your commits to your account. For more information about your email address and commits, see "[Setting your commit email address](/articles/setting-your-commit-email-address/)."'
|
|
redirect_from:
|
|
- /articles/adding-an-email-address-to-your-github-account
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '*'
|
|
topics:
|
|
- accounts
|
|
- notifications
|
|
---
|
|
|
|
{% if currentVersion == "free-pro-team@latest" %}
|
|
|
|
{% note %}
|
|
|
|
**Note**: {% data reusables.user_settings.no-verification-disposable-emails %}
|
|
|
|
{% endnote %}
|
|
|
|
{% endif %}
|
|
|
|
{% data reusables.user_settings.access_settings %}
|
|
{% data reusables.user_settings.emails %}
|
|
{% data reusables.user_settings.add_and_verify_email %}
|
|
{% data reusables.user_settings.select_primary_email %}
|
|
|
|
### Further reading
|
|
|
|
- "[Managing email preferences](/articles/managing-email-preferences/)"
|