mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
59 lines
1.1 KiB
Groff
59 lines
1.1 KiB
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-CHORE" "1" "October 2017" "" "Git Extras"
|
|
.
|
|
.SH "NAME"
|
|
\fBgit\-chore\fR \- Create chore branch
|
|
.
|
|
.SH "SYNOPSIS"
|
|
\fBgit\-chore\fR [\-r|\-\-remote [remote_name]] [finish] <name>
|
|
.
|
|
.SH "DESCRIPTION"
|
|
Create the given chore branch
|
|
.
|
|
.SH "OPTIONS"
|
|
<\-r|\-\-remote [remote_name]>
|
|
.
|
|
.P
|
|
Setup a remote tracking branch using \fBremote_name\fR\. If \fBremote_name\fR is not supplied, use \fBorigin\fR by default\.
|
|
.
|
|
.P
|
|
<finish>
|
|
.
|
|
.P
|
|
Merge and delete the chore branch\.
|
|
.
|
|
.P
|
|
<name>
|
|
.
|
|
.P
|
|
The name of the chore branch\.
|
|
.
|
|
.SH "EXAMPLES"
|
|
.
|
|
.nf
|
|
|
|
$ git chore chore\-123456
|
|
\.\.\.
|
|
$ git commit \-m "Some changes"
|
|
\.\.\.
|
|
$ git checkout master
|
|
$ git chore finish chore\-123456
|
|
|
|
$ git chore \-r upstream 123456
|
|
.
|
|
.fi
|
|
.
|
|
.SH "AUTHOR"
|
|
Written by Chris Hall <\fIchristopher\.k\.hall@gmail\.com\fR> from bug/feature/refactor commands originally written by Jesús Espino <\fIjespinog@gmail\.com\fR>
|
|
.
|
|
.br
|
|
Modified by Mark Pitman <\fImark\.pitman@gmail\.com\fR>
|
|
.
|
|
.SH "REPORTING BUGS"
|
|
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
|
|
.
|
|
.SH "SEE ALSO"
|
|
<\fIhttps://github\.com/tj/git\-extras\fR>
|