pull a new branch from remote and checkout code example
Example 1: git checkout to remote branch
$ git checkout --track origin/newsletter
Branch newsletter set up to track remote branch newsletter from origin.
Switched to a new branch 'newsletter'
Example 2: git pull a new branch froma remote repo
git checkout --track origin/daves_branch