Reordering commits a la git rebase -i
#5395
-
Apologies if I'm missing something basic, but is there a way to reorder commits similar to how
I'd like the commit |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
wow, that was super easy. thanks! |
Beta Was this translation helpful? Give feedback.
jj rebase -r qz --before pk
(there’s also--after
and-d
, and you can pass multiple revisions to-r
, and you may sometimes want to use-s
). There’s no interactive batch‐mode reordering UI as of yet, but I believe gg and VisualJJ let you do drag‐and‐drop rebases.