git-hooksSome git-hooks that I likeadd-jira-issue-nameAdds the branch name to the commit message (before editing) if the branch name matches a JIRA issue name (^[A-Z]{3,4}-[0-9]{1,6}$).prevent-force-pushPrevents force push to master branch and deletion of master branch.