From 97d33a602e4c0b5a65ac36543e22f2fddb7ecdbc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Aug 2020 13:11:00 +0300 Subject: Move pre-commit hooks to bdep-util project --- cheatsheet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cheatsheet.txt') diff --git a/cheatsheet.txt b/cheatsheet.txt index 15b2f31..42655a1 100644 --- a/cheatsheet.txt +++ b/cheatsheet.txt @@ -19,7 +19,7 @@ Global Setup # Enable hooks globally. # - git config --global core.hooksPath /hooks + git config --global core.hooksPath /bdep-util/git-hooks # Override the global hooks with the repository-specific hooks (run in a # repository directory). -- cgit v1.1