Hi There ,
Need some help in understanding moving code between branches and mostly from Feature to Release
Say I've finished two features and had them both pushed and merged into remote/origin develop branch
Now to promote and finally merge to master i will create a start a Release branch and then have then release branch pulled into master and my question is would it be possible to create a pull request for just one of the feature and then merge it to master ?
as currently when i look at the pull request for the branch to be merged into master i see all features that are already in develop and i just want to merge one of them using a release
Thanks
Hey Ahmed,
In Bitbucket you can select which branch you want to merge while performing the pull request.
If the features are in separate branches, they can be merged individually with master.
However, as you stated, if you merge both feature branches with the develop branch and then to the newly created Release branch, you will have to pull Release(with all its features) to master completely.
Thank you, and let me know if you need further help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.