2.0.1 • Published 9 years ago
git-fixit v2.0.1
git-fixit
Fixup a rebase
Install
$ npm install [-g] git-fixitExample
Say you want to squash 3 commits into a fourth using fixup. You would normally have to:
$ git rebase -i HEAD~4
# and then manually change the last 3 `pick` to `fixup`
# now, just run
$ git-fixit 4Author
Evan Lucas
License
MIT (See LICENSE for more info)