Note: GitHub Desktop only supports commit signing if your Git client is configured to sign commits by default.
- 要对� �记签名,请将
-s添� 到您的git tag命令。$ git tag -s mytag # Creates a signed tag - 通过运行
git tag -v [tag-name]验证您签名的� �记。$ git tag -v mytag # Verifies the signed tag