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