Heya, On Thu, Mar 12, 2009 at 12:36, John Tapsell <johnflux@xxxxxxxxx> wrote: > git complained that they need to specify the name with -b. So they did: > > git checkout -b origin/somebranch origin/somebranch Slight unrelated, do they know about -t? $ git checkout -t origin/somebranch It will automagically create a branch named 'somebranch' tracking 'origin/somebranch'! -- Cheers, Sverre Rabbelier -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html