Jujutsu: a new, Git-compatible version control system
Jujutsu: a new, Git-compatible version control system
Posted Jan 19, 2024 23:58 UTC (Fri) by roc (subscriber, #30627)In reply to: Jujutsu: a new, Git-compatible version control system by arxanas
Parent article: Jujutsu: a new, Git-compatible version control system
These sound really good.
In git, the staging area is OK for the simple case where the changes you want to split up across commits are the last thing you did. But when you have already-committed changes that you decide to split up further, git is not helpful... temporary branches, reset, etc.
And of course once you have nice tools for splitting and otherwise mutating commits, the staging area *is* worthless unnecessary complexity.
