Nothing here yet.
Nothing here yet.
What are Git Hooks? These are scripts that run on your repository at specific event. How is this useful? You can run a specific task before making any commit. Set a rule for commit messages. Basically anything you can write inside a script. So e...
