Get started with Bitbucket Cloud
New to Bitbucket Cloud? Check out our get started guides for new users.
After your code has been reviewed in a pull request, click the Merge button to merge your branch into the main branch.
As you work on a branch, others might have made updates to the main branch. As a result, you won't be working with the most up-to-date version of the main code. To update your branch and pull request with the new changes on the main branch:
Go to your branch.
Click the Commits tab.
Click Sync now, then Sync in the popup.
If you're still working on the branch locally, enter git pull in your command line before you continue.
If others have made changes that conflict with yours, you'll see a message notifying you of conflicts when you try to merge. To fix those conflicts before you can merge, you'll need to resolve merge conflicts first.
Was this helpful?