From cecb4e0c0fcd5ce7d738c79bb95dc9a465bf783b Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Fri, 11 Oct 2019 07:57:14 +0100 Subject: [PATCH] added githook config --- Version Control.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Version Control.md b/Version Control.md index 6fbe46f..fd5f8aa 100644 --- a/Version Control.md +++ b/Version Control.md @@ -48,6 +48,7 @@ Before you make any commits you need to update the [local config settings](https ```bash git config user.name 'John Doe' git config user.email 'doej@coventry.ac.uk' +git config core.hooksPath .githooks ``` ## Contributing Changes to the Repository