rebase

Tag

Cards List
#rebase

The Git history command deserves more attention

Hacker News Top · 2026-07-14 Cached

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.

0 favorites 0 likes
#rebase

Updating Stacked Pull Requests with git rebase --onto

Lobsters Hottest · 2026-06-18 Cached

Explains how to use `git rebase --onto` to update stacked pull requests when the parent commit has been squashed or replaced.

0 favorites 0 likes
← Back to home

Submit Feedback