git-fixit
v2.0.1
Published
Make rebasing git commits via fixup simple
Downloads
2
Readme
git-fixit
Fixup a rebase
Install
$ npm install [-g] git-fixit
Example
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 4
Author
Evan Lucas
License
MIT (See LICENSE
for more info)