/
Using Pull Requests in Development
Using Pull Requests in Development
- Clone the repo you wish modify
- Make a branch
- make changes
- Commit branch
- push changes to repo
- Goto the requisite Bitbucket page and create a pull request, add in the reviewers you want.
- 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.