Browse Source

branch doc: change `git branch <pattern>` to use `<branchname>`

Change an example for `git branch <pattern>` to say `git branch
<branchname>` to be consistent with the synopsis. This changes
documentation added in d8d33736b5 ("branch: allow pattern arguments",
2011-08-28).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Ævar Arnfjörð Bjarmason 8 years ago committed by Junio C Hamano
parent
commit
b66f3b6bba
  1. 2
      Documentation/git-branch.txt

2
Documentation/git-branch.txt

@ -142,7 +142,7 @@ This option is only applicable in non-verbose mode. @@ -142,7 +142,7 @@ This option is only applicable in non-verbose mode.
List both remote-tracking branches and local branches.

--list::
Activate the list mode. `git branch <pattern>` would try to create a branch,
Activate the list mode. `git branch <branchname>` would try to create a branch,
use `git branch --list <pattern>` to list matching branches.

-v::

Loading…
Cancel
Save