I have two branches on my remote: master and "cms". Now when I push to the cms branch I have to type: git push origin HEAD:cms
. Is that really how it works or is there a shortcut command that I can use?
Basically I'd like to have to option to choose to switch between each of my remote branches in the same way that I do it with my local branches. How do I do that?