1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update all internal links (#34787)

This commit is contained in:
Peter Bengtsson
2023-02-15 10:16:18 -05:00
committed by GitHub
parent 67ae3e6bbf
commit b7c7dbf672
2072 changed files with 8455 additions and 8454 deletions

View File

@@ -43,6 +43,6 @@ shortTitle: Check verification status
## Further reading
- "[About commit signature verification](/authentication/managing-commit-signature-verification/about-commit-signature-verification)"
- "[Signing commits](/authentication/managing-commit-signature-verification/signing-commits)"
- "[Signing tags](/authentication/managing-commit-signature-verification/signing-tags)"
- "[AUTOTITLE](/authentication/managing-commit-signature-verification/about-commit-signature-verification)"
- "[AUTOTITLE](/authentication/managing-commit-signature-verification/signing-commits)"
- "[AUTOTITLE](/authentication/managing-commit-signature-verification/signing-tags)"

View File

@@ -16,12 +16,12 @@ topics:
shortTitle: Use verified email in GPG key
---
{% ifversion fpt or ghec %}
If you need to verify your GitHub email address, see "[Verifying your email address](/get-started/signing-up-for-github/verifying-your-email-address)." {% endif %}If you need to update or add an email address to your GPG key, see "[Associating an email with your GPG key](/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key)."
If you need to verify your GitHub email address, see "[AUTOTITLE](/get-started/signing-up-for-github/verifying-your-email-address)." {% endif %}If you need to update or add an email address to your GPG key, see "[AUTOTITLE](/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key)."
Commits and tags may contain several email addresses. For commits, there is the author — the person who wrote the code — and the committer — the person who added the commit to the tree. When signing a commit with Git, whether it be during a merge, cherry-pick, or normal `git commit`, the committer email address will be yours, even if the author email address isn't. Tags are more simple: The tagger email address is always the user who created the tag.
If you need to change your committer or tagger email address, see "[Setting your commit email address](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address)."
If you need to change your committer or tagger email address, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address)."
## Further reading
- "[About commit signature verification](/authentication/managing-commit-signature-verification/about-commit-signature-verification)"
- "[AUTOTITLE](/authentication/managing-commit-signature-verification/about-commit-signature-verification)"