Use fetch
to pull all your remote
git fetch --all
To list remote branches:
git branch -r
For list all your branches
git branch -l
>>outpots like-
* develop
test
master
To checkout/change a branch
git checkout master