Added githooks

This commit is contained in:
2584433
2025-10-07 14:49:11 +00:00
parent 54b22d8023
commit ae10d11141
4 changed files with 57 additions and 0 deletions

View File

@@ -1,5 +1,18 @@
# PepperPlus-CB
## GitHooks
To activate automatic commits/branch name checks run:
```shell
git config --local core.hooksPath .githooks
```
If your commit fails its either:
branch name != <type>/description-of-branch
commit name != <type>: description of the commit.
<ref>: N25B-Num's
## Getting started