I can not express more how using git-hooks has made our workflow easier. We use pre-commit to do things like remove whitespacing at the end of our DocBook lines, verify tagging, checks spelling and a lot more like berify our book builds. Then after we push the same checks happen in the pipeline on github. I can not say enough about how great git-hooks has been to our developers. Excellent article!!