How do I fetch a branch on someone else's fork on GitHub?

QuestionsHow do I fetch a branch on someone else's fork on GitHub?
sethbeckerman5 Staff asked 14 years ago

I've forked from a repo on GitHub. I want to get the code from a branch on another user's fork.

Must I clone this user's whole repo to a separate local repo or can I do something like ?


View on Stack Overflow