To "download" (checkout) a remote branch and incorporate it into your local copy as is, without merging with an existing branch:
git fetch origin b1
git checkout -b b1 origin/b1