...
- Select your branch (see above) as the pull request source (left side).
- Select the current development branch as the pull request target (right side).
- Fill in the Title and Description fields
- Request Reviewers
- Click Create pull request
Keep your
...
fork in
...
sync with the main repository
Bitbucket has utilities to help you pull in the latest code when you are working in their web application (see https://blog.bitbucket.org/2013/02/04/syncing-and-merging-come-to-bitbucket/). However, you will likely want to use the command line to keep your branch in sync with the remote branch you are tracking. The details about how this works are outside the scope of this article; however, we provide a simple example for your reference.
...