After I wrote my code, I commit changes and I type git pull origin master
to get other people changes. After that git said :
CONFLICT (content): Merge conflict in file.c
Automatic merge failed; fix conflicts and then commit the result.
I type git mergetool
and fix conflict.
After that again I type git pull origin master
and everytime git said :
error: Entry file.c' would be overwritten by merge. Cannot merge.
when I type git status
I see other people changes.
I clean index and commit all other people changes to get rid of this problem
Why this is happen? What should I do after fix merge conflict?
I use git version 1.5.3.3