T
T
thedophamine2016-07-31 09:20:18
git
thedophamine, 2016-07-31 09:20:18

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

1 answer(s)
J
jcmvbkbc, 2016-07-31
@thedophamine

How to properly resolve conflicts and merge a feature in develop?

Just like the first time. Those. just die and that's it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question