marcus-s
6/6/2016 - 1:34 PM

List remote branches

List remote branches

## list all local and remote branches
git branch -a 

## list only remote branches
git branch -r