git pull a new branch froma remote repo

Shell
git fetch <remote> <rbranch>:<lbranch>
git checkout <lbranch>git checkout --track origin/branch_namegit checkout --track origin/daves_branch

Source

Also in Shell: