From b8e8d9ea2df5a6d5594cadffc2d5838d2686d60f Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 28 Jan 2021 06:15:04 +0100 Subject: [PATCH] docs: add required git version --- docs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 22e881dee..070cba99a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -202,7 +202,9 @@ For example, for `nvm` that would be: Ensure that you don't have a typo in your filename. For example, `precommit` or `pre-commit.sh` are invalid names. See Git hooks [documentation](https://git-scm.com/docs/githooks) for valid names. -Check hooks permissions, they should be executable. This is automatically set when using `husky add` command but you can run `chmod +x .husky/` to fix that. +Verify hooks permissions, they should be executable. This is automatically set when using `husky add` command but you can run `chmod +x .husky/` to fix that. + +Check that your version of Git is greater than `2.9`. # Free for Open Source, early access for Sponsors