@orpha
To merge two heads of a branch on Bitbucket, follow these steps:
- Navigate to the repository on Bitbucket where you want to merge the heads.
- Go to the "Branches" tab in the repository.
- Find the branch that has two heads and click on it to view the branch details.
- Click on the "Merge" button or the "Create a merge request" button (depending on your permissions) to start the merge process.
- Select the two heads that you want to merge from the dropdown menus.
- Review the changes that will be merged and resolve any conflicts if necessary.
- Once you are ready to merge, click on the "Merge" button to merge the two heads of the branch.
- After the merge is completed, you can delete the branch that had two heads if you no longer need it.
That's it! You have successfully merged two heads of a branch on Bitbucket.