Step 1: Fetch latest data from [REMOTE_NAME] i.e. origin
$ git fetch [REMOTE_NAME]
Step 2: Create and checkout into the desired remote branch
$ git checkout --track [REMOTE_NAME]/[REMOTE_BRANCH_NAME]
[REMOTE_NAME]: Name assigned to URL of the remote repository
[REMOTE_BRANCH_NAME]: Branch name in the remote repository