updated README, how to enable git-hooks

This commit is contained in:
bjt-user 2024-07-08 20:42:24 +02:00
parent 5a96c95f69
commit d225e6aa41

View File

@ -39,6 +39,13 @@ icscli -h
sudo make uninstall sudo make uninstall
``` ```
#### git-hooks
The developer has to actively enable git hooks:
```
git config --local core.hooksPath git-hooks
```
#### TODO #### TODO
- more tests - more tests