Git Hooks
What are Git Hooks?
Hooks are programs you can place in a hooks directory to trigger actions at certain points in git’s execution. That's it.
Hooks that don’t have the executable bit set are ignored.
By default the hooks directory is $GIT_DIR/hooks,...
shreya-agarwal.hashnode.dev2 min read