Category Archives: Development
Check syntax errors before commit
Git uses hooks to perform actions at specific stages of your workflow. For instance: Before committing (pre-commit) Sending emails after a push (post-receive) Committing code with syntax errors is annoying and if you ever broke a build because you pushed … Continue reading