Getting geeky with Git #10. The overview of Git hooks with Husky
By automating processes, we can ensure that they are performed at the right time and Git hooks can help us with it. Also, with JavaScript, we have a commonly used library called Husky. This article delves into how Git hooks work and how Husky helps us deal with them. The idea behind Git hooks With […]