'How to get a new branch in my fork from the original repository?

I forked a repo and the original repo has gotten a new branch after I forked it.

OriginalRepo
   |
   +-BranchA
   |
   +-newBranch


MyFork
   |
   +-BranchA

I want to get the branch newBranch into my fork, how can I do this?

git


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source