-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I'm in love at first sight with this repo ❤️
My idea is to validate branch name against some pattern
so for example,
as I personally mostly use git flow.
Plus I want to see ticket number as a part of the branch
so I write this regex
^(feature|hotfix|bugfix|release)\/(ABC\-)\d{1,}\-[a-zA-Z]+which will match this one
feature/ABC-3-asddas
greg0ire
Metadata
Metadata
Assignees
Labels
No labels