mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-12 22:58:49 +00:00
- Introduced a new script `install-hooks.sh` to automate the installation of git hooks from the `.githooks` directory to the `.git/hooks` directory. - Updated the Makefile to include a new `install-hooks` target for easy execution of the hook installation process. - Modified the pre-push hook to correctly reference the repository root directory.