Pre-commit hook in Git: Running PHPUnit Posted on May 16, 2011 by Mike van Riel Pre-commit hooks in git are one of those things you hardly think about but can help you automate tasks and do last-minute checks. A good example of this is running unit tests before commits, to make s... Read More