Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cascading merges in Bitbucket Cloud

My company has Bitbucket Cloud (not Bitbucket Server) and we want to start using branching exclusively for development.

One of the things I was looking forward to was automatic merging (https://confluence.atlassian.com/bitbucketserver/automatic-branch-merging-776639993.html) but I noticed that this seems to only be available to Bitbucket Server not Bitbucket Cloud.

Is there any way to get similar functionality with Bitbucket Cloud?

like image 919
Viktor Avatar asked Jun 01 '16 10:06

Viktor


People also ask

How do I Auto merge in bitbucket?

To enable automatic branch merging for a single repository: Go to Repository settings > Branching model. Select Enable automatic merging, then click Save.

How does merge work in bitbucket?

Bitbucket will also mark any other pull requests that are composed only of commits from the branch you are merging as 'merged'. For example, if another open pull request is a branch off the one you are merging, but has no additional commits, the other open pull request will also be marked as 'merged'.

How do I automate a merge branch in git?

Enable automatic branch merging for a single repository Go to Repository settings > Branches. Under Automatic merging, select the On status and then select Save.


1 Answers

Short answer is No, see bitbucket issue 14286

like image 151
Mauricio Avatar answered Sep 27 '22 18:09

Mauricio