Git checkout remote branch
lang_of_article_differ
want_proper_trans
to checkout a remote branch in git you should setup remote repository first. how this is done you shoud read in another lesson from this course.
When the remote is set up checkout to remote branch could be done by the next commands
git fetch
git checkout REMOTE_BRANCH_NAME