mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
The automated shell script now refreshed all the documentation and renamed the .1.html versions so no redundant files left.
37 lines
669 B
Groff
37 lines
669 B
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-CREATE\-BRANCH" "1" "July 2012" "" ""
|
|
.
|
|
.SH "NAME"
|
|
\fBgit\-create\-branch\fR \- Create branches
|
|
.
|
|
.SH "SYNOPSIS"
|
|
\fBgit\-create\-branch\fR <branchname>
|
|
.
|
|
.SH "DESCRIPTION"
|
|
Creates local and remote branch named <branchname>\.
|
|
.
|
|
.SH "OPTIONS"
|
|
<branchname>
|
|
.
|
|
.P
|
|
The name of the branch to create\.
|
|
.
|
|
.SH "EXAMPLES"
|
|
.
|
|
.nf
|
|
|
|
$ git create\-branch integration
|
|
.
|
|
.fi
|
|
.
|
|
.SH "AUTHOR"
|
|
Written by Jonhnny Weslley <\fIjw@jonhnnyweslley\.net\fR>
|
|
.
|
|
.SH "REPORTING BUGS"
|
|
<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR>
|
|
.
|
|
.SH "SEE ALSO"
|
|
<\fIhttp://github\.com/visionmedia/git\-extras\fR>
|