mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
git-branch: remove mention of non-existent '-b' option
This looks like a cut and paste error from the git-checkout explanation of --no-track. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
c8cfa3e4a5
commit
53e780c8f6
@ -105,7 +105,7 @@ OPTIONS
|
|||||||
'--track' were given.
|
'--track' were given.
|
||||||
|
|
||||||
--no-track::
|
--no-track::
|
||||||
When -b is given and a branch is created off a remote branch,
|
When a branch is created off a remote branch,
|
||||||
set up configuration so that git-pull will not retrieve data
|
set up configuration so that git-pull will not retrieve data
|
||||||
from the remote branch, ignoring the branch.autosetupmerge
|
from the remote branch, ignoring the branch.autosetupmerge
|
||||||
configuration variable.
|
configuration variable.
|
||||||
|
Loading…
Reference in New Issue
Block a user