From 413b8f1c6d9ca2160d7aa8d80db181a6f39d3d82 Mon Sep 17 00:00:00 2001 From: Chris Marusich Date: Tue, 22 Jun 2021 17:51:07 -0700 Subject: [PATCH] README: Clarify that pre-push hook needs keyring. * README: Explain that the pre-push hook requires the existence of a local keyring branch, and add a "git branch" command to show how to create one. --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 338895b..71dc641 100644 --- a/README +++ b/README @@ -1,8 +1,10 @@ This repository is meant to contain documents and tools by Guix hackers and maintainers that do not fit in the Guix repository. -If you’re a committer, please install this pre-push hook: +If you’re a committer, please create a local keyring branch that +tracks origin/keyring and install this pre-push hook: +git branch --track keyring origin/keyring cat > .git/hooks/pre-push <