From 2759e2960ce398c0f91f01cb1b27c9595c94b17c Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 22 Nov 2017 21:28:47 -0500 Subject: [PATCH 1/1] update git hook instructions --- git-hooks/REAME | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/git-hooks/REAME b/git-hooks/REAME index 3015b45..5d14fa5 100644 --- a/git-hooks/REAME +++ b/git-hooks/REAME @@ -1 +1,6 @@ -On the server, link these files into .git/hooks. \ No newline at end of file +Copy this file into the git hooks directory after pushing an update: + +ssh vcs +sudo -i +su git +cp /home/git/local/checkouts/fsf-giving-guide/git-hooks/post-update /home/git/repositories/fsf-giving-guide.git/hooks \ No newline at end of file -- 2.25.1