Using Git hooks for easier development (2020)

Do you have a set of routines you do before you commit and publish code? These routines could be linting, formatting, testing and building the code. Imagine if there was a way to automate all of this for your whole team? The solution is to use Git hooks. In this post, we will go through …

Using Git hooks for easier development (2020) Read More »