|
@@ -6,12 +6,12 @@
|
|
|
|
|
|
- Check commits for a GPG signature:
|
|
|
|
|
|
-`git verify-commit {{commit SHA hash}}`
|
|
|
+`git verify-commit {{commit_SHA}}`
|
|
|
|
|
|
- Check commits for a GPG signature and show details of specified commit:
|
|
|
|
|
|
-`git verify-commit {{commit SHA hash}} --verbose`
|
|
|
+`git verify-commit {{commit_SHA}} --verbose`
|
|
|
|
|
|
- Check commits for a GPG signature and give RAW details:
|
|
|
|
|
|
-`git verify-commit {{commit SHA hash}} --raw`
|
|
|
+`git verify-commit {{commit_SHA}} --raw`
|