File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,20 @@ git-branch - Create a new branch, or remove an old one
77
88SYNOPSIS
99--------
10- 'git-branch' [(-d | -D) <branchname>] | [[-f] <branchname> [<start-point>]]
10+ [verse]
11+ 'git-branch' [[-f] <branchname> [<start-point>]]
12+ 'git-branch' (-d | -D) <branchname>
1113
1214DESCRIPTION
1315-----------
1416If no argument is provided, show available branches and mark current
1517branch with star. Otherwise, create a new branch of name <branchname>.
16-
1718If a starting point is also specified, that will be where the branch is
1819created, otherwise it will be created at the current HEAD.
1920
21+ With a `-d` or `-D` option, `<branchname>` will be deleted.
22+
23+
2024OPTIONS
2125-------
2226-d::
@@ -39,7 +43,7 @@ OPTIONS
3943Examples
4044~~~~~~~~
4145
42- Start development off of a know tag::
46+ Start development off of a known tag::
4347+
4448------------
4549$ git clone git://git.kernel.org/pub/scm/.../linux-2.6 my2.6
You can’t perform that action at this time.
0 commit comments