Comment on Discussion of the Benefits and Drawbacks of the Git Pre-Commit HookparentComments−conradludgate10moI personally avoid pre-commit hooks and instead use git rebase -x "hook" to ensure my commits are not broken
Comments
I personally avoid pre-commit hooks and instead use git rebase -x "hook" to ensure my commits are not broken