Remarque
GitHub Desktop prend uniquement en charge la signature de commit si votre client Git est configuré pour signer les commits par défaut.
-
Pour signer une étiquette, ajoutez
-sà votre commandegit tag.$ git tag -s MYTAG # Creates a signed tag -
Vérifiez votre étiquette signée en exécutant
git tag -v [tag-name].$ git tag -v MYTAG # Verifies the signed tag
Pour aller plus loin
-
[AUTOTITLE](/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags) -
[AUTOTITLE](/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key) -
[AUTOTITLE](/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key) -
[AUTOTITLE](/authentication/managing-commit-signature-verification/signing-commits)