Gitflow
version: "1.1.0"
hooks:
- name: generic
type: pre-receive
rules:
- type: branch
conditions:
- type: pattern
condition: (feature|release|hotfix)\/[a-z\d-_.]+
rejection_message: Branch name must match gitflow naming
Last modified October 22, 2020: Initial commit (6bf65ac)