4

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.

Community
  • 1
  • 1
r.v
  • 4,697
  • 6
  • 35
  • 57

1 Answers1

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):

enter image description here

And clone it (entire or selected branch) in current state, to check it, before merging that PR into your repository.

Community
  • 1
  • 1
trejder
  • 17,148
  • 27
  • 124
  • 216