Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EGit - pull= failled and no conflicts

When i do Team -> Pull on my project

I have result Failed, then below merge input i have tow modification but none of them is impacting the same file, so there is no conflicts.

Why is this showing as failed? Is this a bug?

egit bug

like image 283
Jerome Ansia Avatar asked Nov 01 '12 15:11

Jerome Ansia


People also ask

What is pull request conflict?

A merge conflict is a scenario where Git is not able to automatically merge changes as it gets confused between two different versions of code for the same file.


1 Answers

I just did a Team -> Reset.

I choose "Mixed" (head and index) and looks like it's working.

(But i don't know if it's the best way)

like image 124
Jerome Ansia Avatar answered Sep 28 '22 19:09

Jerome Ansia