Git Branching - Basic Branching and Merging, Scott Chacon and Ben Straub, 2024 - Official documentation covering the fundamental aspects of Git merge conflicts, how they appear, and the standard resolution process.
Pro Git, Scott Chacon and Ben Straub, 2014 (Apress) - A comprehensive guide to Git, with a dedicated chapter detailing branching strategies and the resolution of merge conflicts.
Resolving a merge conflict, Atlassian, 2024 - A practical tutorial explaining merge conflicts, their causes, and step-by-step resolution, using clear examples.