I cloned a Git repository, which contains about five branches. However, when I do git branch I only see one of them:
git branch
$ git branch * master
Use git fetch && git checkout RemoteBranchName.
git fetch && git checkout RemoteBranchName
It works very well for me...