Sublime Forum

Make branch from fork on GitHub

#1

I have a pull request from a fork on my GitHub. How can I make a branch from the fork so I can test the code.

0 Likes

#2

Add the fork as a remote, then you can fetch the branches from that remote and create a local one from the branch which a PR was created from

0 Likes

#3

Is there any shortcut for this or any GitHub integration?

I don’t even know how to “Add the fork as a remote”. Do you need to dig around GitHub to find a URL for the branch or something?

I see this but I don’t think that helps.

0 Likes