how to git rebase --skip?
#5673
-
|
Is there a way of skipping commits with conflicts during a rebase? We use it a lot in our workflow in dev branches, but I don't see the option. I can't drop the commit if it has conflicts either getting an error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The equivalent of
This is a bug, never noticed that: it happens when you try to drop the "conflict" entry in the list. I'll put that on the list of things to fix. |
Beta Was this translation helpful? Give feedback.
The equivalent of
git rebase --skipism,s. Or the longer version: bring up the rebase options menu (m), and choose the "skip" entry (s).This is a bug, never noticed that: it happens when you try to drop the "conflict" entry in the list. I'll put that on the list of things to fix.