logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-evtag - Sign a git commit with extended checksums

Description

       While git can use GPG to sign tags and commits, it only covers a commit object, which is subject to SHA1
       weaknesses. This tool uses SHA512 across the entire content of a tag, creating a stronger level of
       assurance.

Name

       git-evtag - Sign a git commit with extended checksums

Options

       See the subcommand help, e.g.  git-evtagsign--help.

git-evtag                                                                                           GIT-EVTAG(1)

Synopsis

gitevtagsign [OPTIONS...] {TAGNAME}

       gitevtagverify [OPTIONS...] {TAGNAME}

See Also