Versão do artigo: GitHub.com
Assinar tags
Você pode assinar tags localmente usando GPG ou S/MIME.
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.
Note: GitHub Desktop does not support commit signing.
- 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
Further reading
- "Exibir tags do seu repositório"
- "Verificar se há chaves GPG existentes"
- "Gerar uma nova chave GPG"
- "Adicionar uma nova chave GPG à sua conta do GitHub"
- "Avisar o Git sobre sua chave de assinatura"
- "Associar um e-mail à sua chave GPG"
- "Assinar commits"
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.