1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 16:06:03 +02:00

@bl-ue , take a look

This commit is contained in:
CleanMachine1 2021-05-14 00:50:02 +02:00
parent 791ef71fdc
commit 83dd186eb6

View file

@ -6,12 +6,12 @@
- Check commits for a GPG signature: - 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: - 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: - 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`