Trying to see if there is any option to tie a "branch type" to a "branch from".
For example:
If I select "branch type" as "Hotfix", I want the "branch from" to allow only "master".
Is this possible?
I personally suggest using something like git-flow or one of the many other derivatives out there. These days any new project I start, my second thing I do after my initial commit is to initialise the repo as a gitflow repo and then I just need to start a new feature, hot fix or release branch using the the gitflow commands.
You can read more about gitflow here: https://nvie.com/posts/a-successful-git-branching-model/
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.