to read, 1.62K views since 2017.01.31

Git checkout remote branch

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