Process Flow - Resolving merge conflicts
Start merge
Git detects conflict?
No→Merge completes
Yes
Show conflict markers in files
User edits files to resolve conflicts
User marks conflicts resolved (git add)
User completes merge (git commit)
Merge finished successfully
This flow shows how Git detects conflicts during a merge, how the user resolves them by editing files, and then completes the merge.