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

Changed syntax of how hashes are

This commit is contained in:
CleanMachine1 2021-05-15 00:06:15 +02:00
parent 67c95952cf
commit a647b75b19

View file

@ -6,12 +6,12 @@
- Check commits for a GPG signature:
`git verify-commit {{commit_hash}} {{optional_commit_hash(s')}}`
`git verify-commit {{commit_hash1 optional_commit_hash2 ...}}`
- Check commits for a GPG signature and show details of each commit:
`git verify-commit {{commit_hash}} {{optional_commit_hash(s')}} --verbose`
`git verify-commit {{commit_hash1 optional_commit_hash2 ...}} --verbose`
- Check commits for a GPG signature and print the raw details:
`git verify-commit {{commit_hash}} {{optional_commit_hash(s')}} --raw`
`git verify-commit {{commit_hash1 optional_commit_hash2 ...}} --raw`