.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "GIT\-CHORE" "1" "June 2020" "" "Git Extras" .SH "NAME" \fBgit\-chore\fR \- Create chore branch .SH "SYNOPSIS" .TS allbox; \fBgit\-chore\fR [\-r \-\-remote [remote_name]] [finish] .TE .SH "DESCRIPTION" Create the given chore branch .SH "OPTIONS" .TS allbox; <\-r \-\-remote [remote_name]> .TE .P Setup a remote tracking branch using \fBremote_name\fR\. If \fBremote_name\fR is not supplied, use \fBorigin\fR by default\. .P .P Merge and delete the chore branch\. .P .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 Jesus 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>