RobL Vs

Background

Git remote branches

Nice little and verbose script to aid with the creation of remote git repos.

http://blog.carlmercier.com/2008/01/25/no-nonsense-git-part-1-git-remote-branch/

1git-remote-branch create sv1.8

or to track an already existing remote branch

1git branch --track sv1.8 origin/sv1.8