How to automate your work using Git’s add-on scripts?
Git Hooks Brief
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.
Tha...
5minslearn.hashnode.dev6 min read