|
|
|
|
|
by xorcist
315 days ago
|
|
What is this eternal meme about merges in svn being harder than in other tools? Git used literally the same merge algorithm, even if that has changed a bit since then, and merge conflicts are not something a tool can't just magically make disappear. If you want concurrent edits (the c in cvs), conflicts come in the same package. Various algortihms can supply their own dose of magic, but they're more similar than different (minus a few special cases such as rerere in git). |
|
Git in turn made branches easier, causing merges to be more prevalent and developers overall learned to merge more, merge more often.