Jak rozwiązać konflikt po git pull?

Muszę rozwiązać jakiś konflikt pogit pull.

$ git pull
CONFLICT (rename/add): Renamed vignette_generator_mashed.h->vision_problem_8.h in 49423dd0d47abe6d839a783b5517bdfd200a202f. vision_problem_8.h added in HEAD
Added as vision_problem_8.h~HEAD_1 instead
Removed vignette_generator_cross_square.cc
Automatic merge failed; fix conflicts and then commit the result.

Więc googlałem to trochę i znalazłem ludzi mówiących używającgit mergetool. Ale oto co mam:

$ git mergetool
merge tool candidates: meld kdiff3 tkdiff xxdiff meld gvimdiff emerge opendiff emerge vimdiff
No files need merging
$ git mergetool opendiff
merge tool candidates: meld kdiff3 tkdiff xxdiff meld gvimdiff emerge opendiff emerge vimdiff
opendiff: file not found

Czy to oznacza, że ​​muszę coś zainstalować?

Co jeśli po prostu chcę wersjigit pull nadpisać wszystko?

questionAnswers(4)

yourAnswerToTheQuestion