/
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.
, multiple selections available,
Related content
Git
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