6 ms·
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> [<mes
by felixschl 10y 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.
- fiatjaf 10y agoThat's what I always expect `git rebase -i` will do, but it doesn't.