Forrest logo
back to context overview

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 ---} --raw
    try on your machine
    explain 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 ---} --verbose
    try on your machine
    explain 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 machine
    explain this command
back to context overview