1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 18:26:02 +02:00

Changed commitSHAhash to commit_SHA

This commit is contained in:
CleanMachine1 2021-05-12 01:40:36 +02:00
parent 94f7e5acb7
commit 880fccb397

View file

@ -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`