Observação
O GitHub Desktop dá suporte à assinatura de commit apenas se o cliente do Git está configurado para assinar commits por padrão.
-
Para assinar uma tag, adicione
-sao comandogit tag.$ git tag -s MYTAG # Creates a signed tag -
Verifique a tag assinada executando
git tag -v [tag-name].$ git tag -v MYTAG # Verifies the signed tag
Leitura adicional
-
[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)