Skip to content

Commit

Permalink
Specify that merge commit email address is only available when creati…
Browse files Browse the repository at this point in the history
…ng a merge commit
  • Loading branch information
greysteil committed Oct 15, 2020
1 parent 1f7580a commit 4220ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/reusables/files/choose-commit-email.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% if currentVersion == "free-pro-team@latest" %}
1. Below the commit message fields, click the email address drop-down menu and choose a Git author email address. Only verified email addresses appear in this drop-down menu. If you enabled email address privacy, then `<username>@users.noreply.github.com` is the default commit author email address. For more information, see "[Setting your commit email address](/articles/setting-your-commit-email-address)."
1. If creating a merge commit, click the email address drop-down menu below the commit message fields and choose a Git author email address. Only verified email addresses appear in this drop-down menu. If you enabled email address privacy, then `<username>@users.noreply.github.com` is the default commit author email address. For more information, see "[Setting your commit email address](/articles/setting-your-commit-email-address)."
![Choose commit email addresses](/assets/images/help/repository/choose-commit-email-address.png)
{% endif %}

0 comments on commit 4220ef2

Please sign in to comment.