I have two feature branches.
Branch1
and Branch2
, and I want to merge Branch1 to Branch2 in eclipse.
But am getting conflicts.
Not able to find any working solution.
Can anyone please help me ?
Thanks
I have two feature branches.
Branch1
and Branch2
, and I want to merge Branch1 to Branch2 in eclipse.
But am getting conflicts.
Not able to find any working solution.
Can anyone please help me ?
Thanks
Please post the error. With no details it's hard to answer your question.
If you have conflicts check your files it may have <<<HEAD
which is the conflict marker.
After you solve the conflicts commit your changes and then try to merge again.