@mallory_cormier
To rebase via pull request in Bitbucket, follow these steps:
- Create a new branch off your main branch in your Bitbucket repository.
- Make your changes in the new branch.
- Once your changes are complete, push the new branch to the repository.
- Create a pull request from your new branch to the main branch.
- In the pull request, click on the "Rebase" button to rebase the changes in your new branch onto the main branch.
- Resolve any conflicts that may arise during the rebase process.
- Once the rebase is complete and there are no conflicts, merge the pull request into the main branch.
This process allows you to update your changes in the new branch with any changes that have been made to the main branch since you created the new branch.