Get the latest tech news
Discussion of the Benefits and Drawbacks of the Git Pre-Commit Hook
The Git pre-commit hook is a commonly used tool for automated quality assurance in the contribution process to software projects. It is run by default when a user creates a commit and prevents the commit from being created if it fails, i.e.
None
Or read this on Hacker News