Jujutsu and Git
Jujutsu and Git
Posted Feb 14, 2026 0:49 UTC (Sat) by marcH (subscriber, #57642)In reply to: Jujutsu and Git by jc2026
Parent article: Evolving Git for the next decade
Try doing something like this with git: https://v5.chriskrycho.com/journal/jujutsu-megamerges-and...
I tried to do more or less that with git for years. No matter what I tried, it was incredibly manual, slow and generally painful. Search "stacked diffs" and find a gazillion of git extensions/variants trying to achieve something similar. None of them does it with out-of-the-box git
Before jj, the least awful approach I eventually settled on was magit + linear branch + constant re-ordering.
I'm afraid you missed that quote in the article and more importantly _whom it came from_:
> "That moment when you realize that a tool simply fixes all the UI issues that you had and that you have been developing for the last 20 years was not exactly great."
