/
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.