From 884aec6231b82b3b47664a63ae004e5b724d2cb7 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Tue, 11 May 2021 23:16:05 +0200 Subject: [PATCH] git-verify-commit: add page --- pages/common/git-verify-commit.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/common/git-verify-commit.md diff --git a/pages/common/git-verify-commit.md b/pages/common/git-verify-commit.md new file mode 100644 index 0000000000..edc56dd8e5 --- /dev/null +++ b/pages/common/git-verify-commit.md @@ -0,0 +1,17 @@ +# git verify-commit + +> Check for GPG verification of commits. +> If GPG verification isn't present, nothing will be returned, even if extra options are chosen. +> More information . + +- Check git commits for a GPG signature: + +`git verify-commit {{commit SHA hash}}` + +- Check git commits for a GPG signature and show details of specified commit: + +`git verify-commit {{commit SHA hash}} -v` + +- Check git commits for a GPG signature and give RAW details: + +`git verify-commit {{commit SHA hash}} --raw`