Git

NAME

git-verify-commit - Die GPG-Signatur eines Commits überprüfen

ÜBERSICHT

git verify-commit <Commit>…​

BESCHREIBUNG

Überprüft die von git commit -S erstellte GPG-Signatur.

OPTIONEN

--raw

Print the raw gpg status output to standard error instead of the normal human-readable output.

-v
--verbose

Print the contents of the commit object before validating it.

<Commit>…​

SHA-1 eines git-Commitobjektes.

GIT

Teil der git[1] Suite

scroll-to-top