top | item 46879133

(no title)

WolfeReader | 26 days ago

I like pre-merge hooks. They're great.

Pre-commit and pre-push hooks serve the purpose of keeping code isolated to a developer's machine. This is a recipe for disaster. You will run into situations where important work isn't accessible since a developer couldn't commit/push their code and the machine was lost or damaged. I've seen it happen.

discuss

order

sgarland|26 days ago

That’s what --no-verify is for.