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.
Make branch from fork on GitHub
kingkeith
#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
genericptr
#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

