List remote branches
## list all local and remote branches git branch -a ## list only remote branches git branch -r