Replies: 3 comments 5 replies
-
Are the various flags (which are exposed by shortcuts in jjui) at all useful for you for rebasing branches/descendents with the parent commit? Likewise before/after? |
Beta Was this translation helpful? Give feedback.
-
I think this exact same thing was asked in the jj's jjui discord channel: The recommendation from @zerowidth was:
|
Beta Was this translation helpful? Give feedback.
-
FWIW, this is one of the features I miss coming from This is a huge convenience factor, worthy of being built-in, especially to make Git gui/tui refugees like me feel at home! It might make any error handling better (usually the UI for user subcommands like this suffer when non-happy-path things happen). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
One thing that is still easier for me with interactive Git rebases is re-ordering one or more commits/revisions. To swap two commits it's just swapping the lines in the interactive rebase view. In jj(ui) I can do the same by rebasing the to-be-moved revision onto the target, rebasing the descendents and then creating a new revision on top. This is a bit unwieldy, so something like alt+j/k to move revisions around would be a nifty addition.
Beta Was this translation helpful? Give feedback.
All reactions