From 6885ec987cfee8fdb378819226f9e8e9452993f8 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Thu, 7 Nov 2024 23:41:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CONTRIBUTING:=20Suggest=20to=20c?= =?UTF-8?q?opy=20the=20git=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of configuring a non-standard location as the hooks dir. Otherwise, gimoji (and any other git hooks user may want to use) will not work. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5354301..53693f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ If you intend to contribute often or think that's very likely, we recommend you scripts contained within this repository. You can enable them with: ```sh -git config --local core.hooksPath .githooks/ +cp .githooks/* .git/hooks/ ```