fix: githooks mac

This commit is contained in:
2584433
2025-10-17 14:35:55 +00:00
parent 71ddb5072b
commit 35cd263ed0
3 changed files with 14 additions and 3 deletions

View File

@@ -21,4 +21,17 @@ To run the project (development server), execute the following command (while in
```bash
uv run fastapi dev src/control_backend/main.py
```
```
## 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