mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 03:06:01 +02:00
@bl-ue , take a look
This commit is contained in:
parent
791ef71fdc
commit
83dd186eb6
1 changed files with 3 additions and 3 deletions
|
@ -6,12 +6,12 @@
|
|||
|
||||
- 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:
|
||||
|
||||
`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:
|
||||
|
||||
`git verify-commit {{commit_hash}} --raw`
|
||||
`git verify-commit {{commit_hash}} {{optional_commit_hash(s')}} --raw`
|
||||
|
|
Loading…
Add table
Reference in a new issue