Jujutsu: a new, Git-compatible version control system
Jujutsu: a new, Git-compatible version control system
Posted Jan 20, 2024 22:12 UTC (Sat) by madscientist (subscriber, #16861)In reply to: Jujutsu: a new, Git-compatible version control system by roc
Parent article: Jujutsu: a new, Git-compatible version control system
> But when you have already-committed changes that you decide to split up further, git is not helpful... temporary branches, reset, etc.
?? ITYM interactive rebase. Git definitely has help for this; I never use temporary branches or reset to chop commits.
But as I mentioned before I use Magit. Much of the workflow that is clunky through the Git CLI, including interactive rebase, is breezy using Magit.
