How to checkout branch from remote

To checkout branch from remote repo, just remember following command

> git checkout -r origin/remote_branch_name

comments powered by Disqus