git rebase / history rewrite
git rebase / history rewrite
Posted Feb 14, 2026 0:38 UTC (Sat) by marcH (subscriber, #57642)In reply to: git rebase / history rewrite by marcH
Parent article: Evolving Git for the next decade
... and a third, very important one is this:
> "so if you added a commit, all children are rebased automatically". Conflicts are data, not emergencies. "You can commit them and resolve them at any later point in time."
With git, you have to choose between merges or rewrites. With jj, you can combine both all the time:
https://v5.chriskrycho.com/journal/jujutsu-megamerges-and...
The first time one does something useful with "jj absorb" is a point of no return. No one in their sane mind would ever use git again to achieve the same thing. It would feel like coding in assembly.
