2.0.1 • Published 8 years ago

git-fixit v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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)

2.0.1

8 years ago

2.0.0

8 years ago