Inform user to fetch refs/notes/signatures

This commit is contained in:
Lance Vick 2023-04-04 14:58:58 -07:00
parent eafc8c95d3
commit bcc863d5b1
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ The simple multisig toolchain for git repos.
Consider using the following one liner which is much faster to review:
```
git fetch origin refs/notes/signatures
while read -r line; do \
gpg --verify \
<(printf "$line" | sed 's/.*pgp://g'| openssl base64 -d -A) \