Create refactor branch
git-refactor [finish] <name>
Create the given refactor branch
<finish>
Merge and delete the refactor branch.
<name>
The name of the refactor branch.
$ git refactor mainlib_refactor `...` $ git commit -m "Some changes" `...` $ git checkout master $ git refactor finish mainlib_refactor
Written by Jesus Espino <[email protected]>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>