My friend Jim @jammcq and I were discussing #precommit (used with #Git). The typical case is simple but annoying:
* You’ve staged all the needed files for commit (with `git add`)
* You attempt the commit
* Trailing whitespace (in this example) makes `pre-commit` deny the commit
* No commit […]