git-refactor (1) Linux Manual Page
git-refactor – Create refactor branch
Synopsis
git-refactor [finish] <name>Description
Create the given refactor branchOptions
<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_refactor
