Creating Git Hooks Using Husky
Hooks in git are nothing but some code that can be executed at specific points during the 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 for...
blog.reactplay.io2 min read