Autogenerated man pages for v1.2.4-g5a1f
[git.git] / man1 / git-branch.1
index a5c574f..6d363bc 100755 (executable)
 git-branch \- Create a new branch, or remove an old one
 .SH "SYNOPSIS"
 
-
-\fIgit\-branch\fR [(\-d | \-D) <branchname>] | [[\-f] <branchname> [<start\-point>]]
+.nf
+\fIgit\-branch\fR [[\-f] <branchname> [<start\-point>]]
+\fIgit\-branch\fR (\-d | \-D) <branchname>
+.fi
 
 .SH "DESCRIPTION"
 
 
-If no argument is provided, show available branches and mark current branch with star\&. Otherwise, create a new branch of name <branchname>\&.
+If no argument is provided, show available branches and mark current branch with star\&. Otherwise, create a new branch of name <branchname>\&. If a starting point is also specified, that will be where the branch is created, otherwise it will be created at the current HEAD\&.
 
 
-If a starting point is also specified, that will be where the branch is created, otherwise it will be created at the current HEAD\&.
+With a \-d or \-D option, <branchname> will be deleted\&.
 
 .SH "OPTIONS"
 
@@ -58,7 +60,7 @@ Where to create the branch; defaults to HEAD\&. This option has no meaning with
 .SS "Examples"
 
 .TP
-Start development off of a know tag
+Start development off of a known tag
 
 .nf
 $ git clone git://git\&.kernel\&.org/pub/scm/\&.\&.\&./linux\-2\&.6 my2\&.6