/
Using Pull Requests in Development

Using Pull Requests in Development

  1. Clone the repo you wish modify
  2. Make a branch
  3. make changes
  4. Commit branch
  5. push changes to repo
  6. Goto the requisite Bitbucket page and create a pull request, add in the reviewers you want.
  7. After reviewers approve your request, merge your branch into master. If there are conflicts, go back to the code, merge master to your branch, fix conflicts and push again.


Related content

Git
More like this
Developing Code
Developing Code
More like this
Releases
Releases
More like this
Developing
Developing
More like this
Setting up a new BitBucket Repository
Setting up a new BitBucket Repository
More like this
Pull Requests
Pull Requests
More like this