I have forked a repo in GitHub, and cloned it to my hard disk.
Now someone else had forked the same repo, made some changes in his branch, let's say the name of the branch is "new_features".
That branch does not exist in the origin repo. And neither does it exist on my fork nor on the cloned repo.
How do I pull/graft/transplant that "new_features" branch into my repo?