瀏覽代碼

Changed SHA1 and SHA2 to just SHA since -1 is a type of SHA

CleanMachine1 3 年之前
父節點
當前提交
bd5c68fb14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/git-verify-commit.md

+ 1 - 1
pages/common/git-verify-commit.md

@@ -6,7 +6,7 @@
 
 - Check commits for a GPG signature:
 
-`git verify-commit {{commit_SHA1}} {{commit_SHA2}}`
+`git verify-commit {{commit_SHA}} {{commit_SHA}}`
 
 - Check commits for a GPG signature and show details of each commit: