git-refactor (1) Linux Manual Page
git-refactor – Create refactor branch Synopsisgit-refactor [finish] <name> DescriptionCreate the given refactor branch Options<finish> Merge and delete the refactor branch. <name> The name of the refactor branch. Examples$ git refactor mainlib_refactor … $ git commit -m "Some changes" … $ git checkout master $ git refactor finish mainlib_refactorAuthorWritten by Jesús Espino <jespinog [at] gmail.com> Reporting…
