Creating Git Hooks Using Husky
Hooks in git are nothing but some code which can be executed at specific points during git execution process.
They are used to verify everything is as expected before or after executing a git command or action. Some common applications include format...
murtuza.hashnode.dev2 min read