From 83dd186eb6afc19434e7845cbaea868b5a9d6f26 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Fri, 14 May 2021 00:50:02 +0200 Subject: [PATCH] @bl-ue , take a look --- pages/common/git-verify-commit.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/git-verify-commit.md b/pages/common/git-verify-commit.md index b60997c6c1..69c6cc1ec1 100644 --- a/pages/common/git-verify-commit.md +++ b/pages/common/git-verify-commit.md @@ -6,12 +6,12 @@ - Check commits for a GPG signature: -`git verify-commit {{commit_hash}} {{commit_hash}}` +`git verify-commit {{commit_hash}} {{optional_commit_hash(s')}}` - Check commits for a GPG signature and show details of each commit: -`git verify-commit {{commit_hash}} --verbose` +`git verify-commit {{commit_hash}} {{optional_commit_hash(s')}} --verbose` - Check commits for a GPG signature and print raw details: -`git verify-commit {{commit_hash}} --raw` +`git verify-commit {{commit_hash}} {{optional_commit_hash(s')}} --raw`