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
After you clone the master repository, you just can execute
git fetch && git checkout