git lab not showing difference in branches after reverting merge commit an then trying to merge it again

Viewed 20

I have two branches main branch and live branch. This is what I did

  • Created Merge request from main to live and merged
  • Then reverted it
  • Created a feature branch and merged it to the live branch
  • Again created a Merge request from main to live
  • Now its showing 0 changes in the merge request

Is there a way to merge the changes from main to live?

0 Answers
Related