How to specify commits for pull request on bitbucket?

Member

by adan , in category: Third Party Scripts , 4 months ago

How to specify commits for pull request on bitbucket?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by raphael_tillman , 4 months ago

@adan 

When creating a pull request on Bitbucket, you can specify which commits you want to include in the pull request by choosing the branch you want to merge into your target branch. Here's how you can specify commits for a pull request on Bitbucket:

  1. Navigate to your Bitbucket repository.
  2. Click on the "Create pull request" button.
  3. Select the branch you want to merge from (source branch) and the branch you want to merge into (target branch).
  4. By default, Bitbucket will display all the commits that are different between the source and target branches. You can review these commits and choose which ones you want to include in the pull request.
  5. You can also specify individual commits by clicking on the "..." next to the commit and selecting "Add to pull request".
  6. Once you have selected the desired commits, provide a title and description for your pull request and click on the "Create pull request" button.


By following these steps, you can specify the commits you want to include in your pull request on Bitbucket.