Global Git Hooks allows to enhance the development process to do more convenient and secure development.
Open a terminal and run the following commands:
git clone https://github.com/softwarebrauerei/global-git-hooks.git ~/.sobr-global-git-hooks
git config --global core.hooksPath ~/.sobr-global-git-hooks/hooksor run the script directly using
curl https://raw.githubusercontent.com/softwarebrauerei/global-git-hooks/refs/heads/main/install.sh | bash