Answer the question
In order to leave comments, you need to log in
GIT - how to merge two branches?
Actually, there is a main develop branch and two branches for features.
In both branches, one file was changed (one method was added in one branch, another - in the other).
How to merge feature 2 in develop and resolve the conflict?
Answer the question
In order to leave comments, you need to log in
We just do this:
git checkout develop
git merge feature2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question