Added githooks

This commit is contained in:
2584433
2025-10-07 14:55:04 +00:00
parent 318ad5f88a
commit eb091968a6
4 changed files with 58 additions and 0 deletions

View File

@@ -1,5 +1,19 @@
# PepperPlus-RI
## 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