You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2023. It is now read-only.
This is the regex^([a-z0-9-.]+[/])*([a-zA-Z0-9-.]*)$ we are using for branch name validation in bitbucket.As per this expression any branch created only with Uppercase letters and numbers should not allow.But it is allowing to push.
This is the regex^([a-z0-9-.]+[/])*([a-zA-Z0-9-.]*)$ we are using for branch name validation in bitbucket.As per this expression any branch created only with Uppercase letters and numbers should not allow.But it is allowing to push.