1

I have this problem to fix the conflict

enter image description here

The tool "doesn't let me commit" the change on the middle, and this are the new changes that I need to commit.

I type:

$ git checkout MyBranch
$ git merge master

and the inverse

$ git checkout MyBranch
$ git merge master

and I did not get yet.

1 Answer 1

2

I solved. The problem was caused because i started the meld incorrectly, then he "hadn't" permission to edit the file local and remote. After configures him correctly, i typed:

$ git mergetool

Then, it starts each conflict's file

To configures him, i typed:

$ git config --global mergetool.meld

Not the answer you're looking for? Browse other questions tagged or ask your own question.