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)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.1
    3
  • 2.0.0
    0

Package Sidebar

Install

npm i git-fixit

Weekly Downloads

3

Version

2.0.1

License

MIT

Last publish

Collaborators

  • evanlucas