.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "GIT\-REFACTOR" "1" "December 2015" "" "" . .SH "NAME" \fBgit\-refactor\fR \- Create refactor branch . .SH "SYNOPSIS" \fBgit\-refactor\fR [finish] . .SH "DESCRIPTION" Create the given refactor branch . .SH "OPTIONS" . .P Merge and delete the refactor branch\. . .P . .P The name of the refactor branch\. . .SH "EXAMPLES" . .nf $ git refactor mainlib_refactor \.\.\. $ git commit \-m "Some changes" \.\.\. $ git checkout master $ git refactor finish mainlib_refactor . .fi . .SH "AUTHOR" Written by Jesús Espino <\fIjespinog@gmail\.com\fR> . .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> . .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR>