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

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>
Documentation/git-checkout.txt