|
|
|
|
|
by steveklabnik
234 days ago
|
|
jj does do better here: its called the "mega merge" https://steveklabnik.github.io/jujutsu-tutorial/advanced/sim... Combined with jj absorb, some people just work this way all the time, even. > I like having a straightforward stack of patches that I can push, pop and reorder and list. You can work this way too, what you'd want is `jj rebase` with -A, -B, and -r: r for the revision, and A and B for the before and after you want to move it too. This lets you reorder things however you want pretty straightforwardly. I tend to work in a stack of patches too, or at least, way more than I used to. |
|