]> oss.titaniummirror.com Git - git-utils.git/blobdiff - git-empty-branch.1
Add a command to create an empty git branch.
[git-utils.git] / git-empty-branch.1
diff --git a/git-empty-branch.1 b/git-empty-branch.1
new file mode 100644 (file)
index 0000000..a78daec
--- /dev/null
@@ -0,0 +1,22 @@
+.\"
+.TH "git-empty-branch"
+.SH NAME
+git-empty-branch \- create a new empty branch in the local repository
+
+.SH SYNOPSIS
+\fBgit-empty-branch\fR [\fIBRANCH\fR]
+
+.SH "DESCRIPTION"
+
+.PP
+\fBgit-empty-branch\fR creates a new empty branch in the local repository.
+\fIBRANCH\fR must not already exist.
+
+.SH "OPTIONS"
+
+.TP
+\fIBRANCH\fR
+The name to assign the new empty branch.
+
+.SH "SEE ALSO"
+git-branch(1)