Hacker News new | ask | show | jobs
by yarper 3571 days ago
How is this different from interactive rebases?
1 comments

The README does not do a good job at conveying this, but you essentially get to see this in your editor buffer:

```

pick <sha> <timestamp> by: <author>

[<message>]

```

This tool will then apply any changes to <timestamp>, <author> and optionally <message> to the picked commit.

That's what I always expect `git rebase -i` will do, but it doesn't.