1
Good afternoon guys, whenever I’m working with git with more than one developer, using those branch creation features, commit and merge in master have problems precisely in merge? It happens that other people have merged before you, then conflicts arise and you start a step by step from suffocation with trials and failures that never solve the merge, after a suffering decided to take each of the changes, leave only one branch, delete the others, and stay comitando os merges one by one in master..
Anyway, it’s obvious that I’m a terrible git user, but it’s only me that suffers?
Was svn no longer cool because things(merge) didn’t promise to be automated like in git?
The SVN only gave conflict if the same line was changed, so I had to take the trouble to choose which change I wanted, anyway. In Git change a comma in the conflict file and I have to suffer to merge, using eclipse so it doesn’t even speak because the folder target that has the classes keeps giving difference, and ignore does not respect me as I would like.
This vent is to find out if other people have this kind of problem with git and how they did to improve the way they work with git.
Probably not, but there’s also probably a way to do it better. From what you’re saying, it sounds like you believe Git does magic. Have you ever thought about going back to working with SVN? And then who knows how to take it one step at a time? Git really is for a lot less conflict than SVN. But it can’t make a complete mess. If there’s more conflict going on in simple things, something very wrong is happening. And there’s no way you can help just by reporting it. I’m going to guess that they’re using Git the wrong way, but there’s no way to state or say what, no details. There’s no way around it.
– Maniero
about which you spoke, the colleague in the comment below complements with the example, we are using in a way that complicates life even.
– Jandrei Masiero