X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=git-empty-branch.1;fp=git-empty-branch.1;h=a78daec1940e3ee982f554bf456f307bafcbb1ab;hb=5294df37a0c3bbbc4c1fd0baf3a9335c3802b108;hp=0000000000000000000000000000000000000000;hpb=55a175be6e79ac7ce6cf96f94422806f05bb8c60;p=git-utils.git diff --git a/git-empty-branch.1 b/git-empty-branch.1 new file mode 100644 index 0000000..a78daec --- /dev/null +++ b/git-empty-branch.1 @@ -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)