You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
When Bitbucket recognizes that you would have a conflict if you merged your PR branch it displays a UI like:
This pull request has conflicts.
You must resolve the conflicts by manually merging parent-branch into this branch. After the conflicts are resolved you will be able to merge the pull request.
Step 1: Checkout the source branch and merge in the changes from the target branch. Resolve conflicts.
git checkout pr-branch
git pull origin parent-branch
This is most likely not what you want to do if you have pull.rebase=true configured which we do by default. We would need to add --no-rebase to the git pull command to make it work like we wanted.
Is there a way to customize this UI so we could add --no-rebase? Actually we would rather have it read:
git checkout pr-branch
git fetch origin
git merge --no-ff parent-branch
Hi everyone, The Cloud team recently announced 12 new DevOps features that help developers ship better code, faster ! While we’re all excited about the new improvements to Bitbucket ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events