Hacker News new | ask | show | jobs
by felixschl 3574 days ago
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.

1 comments

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