Merge Conflicts
01
The Basics
Key Concept
What is a Merge Conflict?
- A situation where Git cannot decide which change is correct.
- Happens when two people edit the exact same line of code.
- Requires a human to review and pick the best version.
- It is a normal part of working in a team.
1 / 7
