Versão do artigo: Enterprise Server 2.17
Assinar tags
Você pode assinar tags localmente usando GPG ou S/MIME.
Note: GitHub Desktop does not support commit signing.
- Para assinar uma tag, adicione
-s
ao 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