-1

I have have 3 branches: master, b and c:

m1->m2->
        \
         ->b1->b2
                 \
                  ->c1->c2

I want to 'remove' b1 and b2 commits from branch c, but to retain them in branch b:

m1->m2->
        \
         ->b1->b2
          \
           ->c1->c2

How do I can achieve this?

LinFelix
  • 1,026
  • 1
  • 13
  • 23
Ars ML
  • 49
  • 4
  • Is it really only about that few commits? Then `cherry-pick` might also be an option worth looking into – LinFelix Aug 10 '23 at 11:01

0 Answers0