注意
如果您的 Git 客户端配置为默认签名提交,则GitHub Desktop 仅支持提交签名。
-
要签名标签,请将
-s
添加到您的git tag
命令中。$ git tag -s MYTAG # Creates a signed tag
-
通过运行
git tag -v [tag-name]
验证您的签名标签。$ git tag -v MYTAG # Verifies the signed tag
您可以使用 GPG、SSH 或 S/MIME 在本地签名标签。
注意
如果您的 Git 客户端配置为默认签名提交,则GitHub Desktop 仅支持提交签名。
要签名标签,请将-s
添加到您的git tag
命令中。
$ git tag -s MYTAG
# Creates a signed tag
通过运行git tag -v [tag-name]
验证您的签名标签。
$ git tag -v MYTAG
# Verifies the signed tag