You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could include an additional hash into the signed tag.
Example usage:
gpk tag <version> - This would create a signed git tag for the version with additional sha512 tree, (e.g. git tag -s <version> -m <version+sha512tree>).
gpk tag <version> <hash> - Sign a specific commit.
gpk tag <version> --algo=sha512 - Use a specific hash function.
This could include an additional hash into the signed tag.
Example usage:
gpk tag <version>
- This would create a signed git tag for the version with additional sha512 tree, (e.g.git tag -s <version> -m <version+sha512tree>
).gpk tag <version> <hash>
- Sign a specific commit.gpk tag <version> --algo=sha512
- Use a specific hash function.Example code:
The text was updated successfully, but these errors were encountered: