doc/checkout: split checkout and branch creation in synopsis
commit76cfadfc17e9e9c7da87a6f9a4710c04107ae0cd
authorJeff King <peff@peff.net>
Mon, 13 Apr 2009 11:19:33 +0000 (13 07:19 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Apr 2009 16:06:34 +0000 (13 09:06 -0700)
tree4052e2f6050d0d17e0951d8dbc9017069af2f00a
parent26d22dc64ad2373eb918f004a1d0ba2649e7e1a5
doc/checkout: split checkout and branch creation in synopsis

These can really be thought of as two different modes, since
the "<branch>" parameter is treated differently in the two
(in one it is the branch to be checked out, but in the other
it is really a start-point for branch creation).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt