Hi everyone,
I’d like to know if there’s a way to enforce naming conventions on the repository branches.
E.g. whenever a developer creates a new branch it has to follow a certain convention, like “feature/xxx”.
Is there a way other than configuring manually Git Hooks in my Git project?
Thank you.