To list remote branches: git branch -r You can check them out as local branches with: git checkout -b LocalName origin/remotebranchname