I have 2 branch, dev and feature, first I had and at the begining the feature branch was created by dev branch. I did my changes in feature, and after, I did merge with dev. also after I had to do a revert in dev. Now my problem is that when I want to do another merge using feature branch and dev, git said that there are no changes.
I already think about do a revert of revert, butI get different errors becouse there are a lot of commit.
Thanks for your time.