From bcc863d5b1d6abfc3ceecb8a13de926932a23c84 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Tue, 4 Apr 2023 14:58:58 -0700 Subject: [PATCH] Inform user to fetch refs/notes/signatures --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5df4579..9282bd2 100644 --- a/README.md +++ b/README.md @@ -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) \