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
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
which will match this one