
git-verify-commit
List of commands for git-verify-commit:
-
git-verify-commit:tldr:26153 git-verify-commit: Check commits for a GPG signature and print the raw details.$ git verify-commit ${commit_hash1 optional_commit_hash2 ---} --rawtry on your machineexplain this command
-
git-verify-commit:tldr:4cdbb git-verify-commit: Check commits for a GPG signature and show details of each commit.$ git verify-commit ${commit_hash1 optional_commit_hash2 ---} --verbosetry on your machineexplain this command
-
git-verify-commit:tldr:c9f5d git-verify-commit: Check commits for a GPG signature.$ git verify-commit ${commit_hash1 optional_commit_hash2 ---}try on your machineexplain this command