I have a small problem at work.
We commit all the different projects to different remote repositories and sometimes people get confused by the names they create at 4
If you fetch all branches using git fetch --all then you can view all remote branches using:
git fetch --all
git branch -a | grep remote