5 ms·
> say you’re in the middle of working on something and you wish you had a commit you made last week on an experimental branch on the current branch before the l
by xyzzy_plugh 14d ago
> say you’re in the middle of working on something and you wish you had a commit you made last week on an experimental branch on the current branch before the last commit you made. That’s jj rebase -r oldercommit --before @-, without interrupting your work. I don’t like to think about how I’d do that with git.
This is the best pitch for jj I have seen yet. This should practically be the first text on their website.