I have an opensrc project on bitbucket- https://bitbucket.org/ijabz/jaudiotagger/src/master/README.md
I have some pull requests by contributors to review.
In the past I have just checked the code and then merged the code into the remote master branch on Bitbucket using the Merge button. But these pull requests are too complex for that I need to merge with my local master branch on my computer, build and test it, and then only if okay merge it into the remote master branch.
But I dont know how to do this ?