Mam dialog
gałąź i kiedy próbuję połączyć ją z master
gałęzią. Istnieją 2 konflikty. Nie wiem jak to rozwiązać CONFLICT (delete/modify)
. Czy możesz mi powiedzieć, co mam robić?
$ git checkout master
$ git merge dialog
CONFLICT (delete/modify): res/layout/dialog_item.xml deleted in dialog and modified in HEAD. Version HEAD of res/layout/dialog_item.xml left in tree.
Auto-merging src/com/DialogAdapter.java
CONFLICT (content): Merge conflict in src/DialogAdapter.java
Automatic merge failed; fix conflicts and then commit the result.
Otworzyłem src/DialogAdapter.java
, naprawiłem konflikt i zrobiłem git add src/DialogAdapter.java
. Co jeszcze muszę zrobić?