From 26161a498ec9dacca96ebd038f89895afb18b6e2 Mon Sep 17 00:00:00 2001 From: jbruceh88 <40562881+jbruceh88@users.noreply.github.com> Date: Tue, 21 Jun 2022 18:44:06 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1906d65..3c50038 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A few scripts to help with daily dev life ## Git Hooks -Remove .sample of file name needed and copt into your git hooks folder. +Remove .sample of file name needed and copy into your git hooks folder. By default the hooks directory is `$GIT_DIR/hooks` Once moved into this folder, allow the file to be executable `chmod +x` From 9fee2a29c96492bf86841985613a8ad3af7c50ac Mon Sep 17 00:00:00 2001 From: jbruceh88 <40562881+jbruceh88@users.noreply.github.com> Date: Tue, 21 Jun 2022 18:46:17 +0100 Subject: [PATCH 2/2] Update commit-msg --- gitHooks/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitHooks/commit-msg b/gitHooks/commit-msg index 6c68b62..2eb8ee6 100644 --- a/gitHooks/commit-msg +++ b/gitHooks/commit-msg @@ -1 +1 @@ -https://gist.github.com/remiprev/1181996 +https://github.com/mprpic/git-spell-check