How do I clone/pull a pull request to a local repository from Bitbucket? There is a similar question for Github but I am somehow not able to find a handle to the pull request on Bitbucket that I can name on the command line.
Asked
Active
Viewed 1,702 times
1 Answers
1
The answer you're linking to is not GitHub-specific! You can do the same on Bitbucket. Simply go (on Bitbucket) to original repository (from where pull request originates):
And clone it (entire or selected branch) in current state, to check it, before merging that PR into your repository.