I have observed that new files get imported just fine.
But code on a new line, even if at the end of existing code/code on a line that did not exist before, is being detected as a conflict
.
What is the definition of conflict ? I have read that if code is modified on the same line its a conflict, but i see conflicts if i add code in github on lines that i have kept empty in my eclipse IDE.
I have not used a command like git pull
or git merge
.
I am using eclipse Git plugin.