Tag
The article highlights the new `git history` command with `fixup`, `reword`, and `split` subcommands, which provide atomic and branch-aware editing of commit history, offering benefits similar to jj without requiring a version control switch.
Explains how to use `git rebase --onto` to update stacked pull requests when the parent commit has been squashed or replaced.