i want to setup my project in bit bucket which can follow the scenario as listed below
i want to create one main master branch then under that master branch i have to create three sub branches.
Now after that i want a scenario like that if i will change code in my master branch then it will automatically change in sub branches.
please do the needful
Depends on what a sub branch is. You can read through the doc to see if it will work for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it will merge code from master branch to sub branch right
????
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Automatic Merging is supported by Bitbucket as long as certain conditions are satisfied. You might want to check if that helps. See https://confluence.atlassian.com/bitbucketserver/automatic-branch-merging-776639993.html for more details.
If this is not an option, you will have to write your own scripts to do the merge I guess.
Tools like Bamboo also can help with automatic merging. See https://confluence.atlassian.com/bamboo/using-plan-branches-289276872.html#Usingplanbranches-Automaticbranchmerging
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.