
Merge Conflicts Are a Process Problem, Not a Git Problem
Most developers treat merge conflicts as a Git problem. Git tells you that two people changed the same code, highlights the conflicting lines, and leaves you to sort it out. After a few minutes of editing, you commit the resolution…


