|
|
|
|
|
by diggan
361 days ago
|
|
> you can always just “jj new” on top of an existing change then squash it down and get automatic rebase past that point Never used jj, but isn't that just `git commit --amend`? Lets you add/remove/change changes from the previous commit by basically overwritting it with a new changeset+message. |
|
I’m selling it short a bit - it does a lot more! There’s a great Steve Klabnik tutorial [1]. To me the main thing is it makes it very easy to think and work in terms of logical changes.
[1] https://steveklabnik.github.io/jujutsu-tutorial/