readme change

This commit is contained in:
2584433
2025-10-07 14:38:31 +00:00
parent 2678d35c82
commit a9f0a8dabd

View File

@@ -30,9 +30,14 @@ It should automatically reload when you save changes.
## GitHooks
To activate automatic commits/branch name checks in Windows run:
To activate automatic commits/branch name checks run:
```shell
git config core.hooksPath .githooks
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