checkout: document -b/-B to highlight the differences from "git branch"
commitfedb8ea2df0325950285529b6e9e3f65cb227c67
authorJunio C Hamano <gitster@pobox.com>
Thu, 19 Jan 2023 17:12:41 +0000 (19 09:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jan 2023 17:44:08 +0000 (19 09:44 -0800)
tree53d7760977986a5896524d0640bac8d82edb00bb
parent37537d6472d87098d455b6a0c36885997ea81a85
checkout: document -b/-B to highlight the differences from "git branch"

The existing text read as if "git checkout -b/-B name" were
equivalent to "git branch [-f] name", which clearly was not
what we wanted to say.

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