阅读(433)
赞(1)
GitHub 对标记签名
2020-08-19 14:03:33 更新
您可以使用 GPG 或 S/MIME 在本地为标记签名。
注: 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