Do you know you can automate a part of the work that you do every time during your development? This includes running lint, test cases, etc. before committing and pushing the code. Git provides an excellent option to achieve this. That’s called Git Hooks Git Hooks, being an advanced topic…