Good afternoon guys, whenever I'm working with git with more than one developer, using those branch-creating features, committing and doing merge in the master has problems right on the merge? It turns out that other people have already made merge before you, so the conflicts arise, start a step by step of the suffocation with attempts and failures that never solve the merge, after suffering decide to take each of the changes, leave only one branch, delete the others, and stay committing the merges one by one in the master ..
Anyway, I'm a git user, but it's just me who suffers?
SVN only conflicted if the same line was changed, so I had to have the job of choosing which change I wanted, anyway. In Git change a comma in the file of the conflict and I have to suffer to make the merge, using eclipse then neither speak because the folder target that has the class is making a difference, and the ignore does not respect me as I would like.
This is to see if other people have this kind of problem with git and how they did to improve the way they work with git.