Merging dev into main #49

Merged
8464960 merged 260 commits from dev into main 2026-01-28 10:48:52 +00:00
Showing only changes of commit a9f0a8dabd - Show all commits

View File

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