Ask HN: Is there a way to enforce Git merges/commits?
I was curious if there was a way to enforce 2 things on a git repo in either bitbucket or github
1) A JIRA-XXX format at the start of each commit. This makes sure we can relate/find a commit with a ticket/issue/feature and vice versa
2) Require merges to be rebased/squashed
2 comments
[ 1.7 ms ] story [ 11.7 ms ] threadI'll checkout the hook thx