Skip to main content

How can I check out a remote branch?

12 Sep 2013 - git

git checkout -b branch-name origin/branch-name

References