How to use git hooks to run scripts before the committing code to repo
- Published
- Author
-
Vladimir NikolicCEO Coding Wisely
Make sure that all and everything you want to run before the pushing code to production, works as you expect. Simply use git hooks.
Read more