git-fixit

2.0.1 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i git-fixit

Weekly Downloads

1

Version

2.0.1

License

MIT

Last publish

Collaborators

  • evanlucas