Reverse the order of -b and --track in the man page.
authorBrian Gernhardt <benji@silverinsanity.com>
Mon, 23 Apr 2007 23:56:45 +0000 (19:56 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 23 Apr 2007 23:58:10 +0000 (16:58 -0700)
Using "-b --track newbranch oldbranch" gives the error:

git checkout: updating paths is incompatible with switching
branches/forcing

However, "--track -b ..." works just fine.

Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found