Answer the question
In order to leave comments, you need to log in
How to properly merge a branch with a fix after reverting it?
There is a develop branch and a feature branch on gitlab. Made a merge request in develop, merged it. Found a problem. We did a revert merge, rolled back. In the commit history of the develop branch, everything naturally remains (commits from feature and then revert them).
Fixed a bug in feature. Got a question. How to properly resolve conflicts and merge a feature in develop?
I tried rebase, but no matter how I tried to resolve conflicts, I ended up with "changes" that were clearly different from the current state of the feature.
Please help with good advice. I do not have enough experience in working with git, and have not come across this.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question