Skip to main content
How can I check out a remote branch?
FAQ
Authors
12 Sep 2013 -
git
git checkout -b branch-name origin/branch-name
References
http://stackoverflow.com/a/1783426/130224