diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-12 13:11:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-12 13:11:00 +0300 |
commit | 97d33a602e4c0b5a65ac36543e22f2fddb7ecdbc (patch) | |
tree | 601ca4604afc039df616e8955fd0825c58ca6855 /cheatsheet.txt | |
parent | 8e192a198d03368d22524c8b949eb1bf9625aa70 (diff) |
Move pre-commit hooks to bdep-util project
Diffstat (limited to 'cheatsheet.txt')
-rw-r--r-- | cheatsheet.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 <git-project-dir>/hooks + git config --global core.hooksPath <bdep-util-project-dir>/bdep-util/git-hooks # Override the global hooks with the repository-specific hooks (run in a # repository directory). |