|
|
|
|
|
by Mithaldu
4017 days ago
|
|
If i understand you right, you want to do this: - Checkout master.
- Start an interactive rebase of master onto the last
commit before the series of commits you wish to remove.
- Mark all the commits you don't care about as "skip".
- Let the rebase run and resolve conflicts on the way,
the same as you'd do with your current work flow.
|
|