You're on `feature-auth` and ready to merge. But Alice pushed 3 commits to `main` editing the same files. Git can't auto-merge.
Both edited auth.js lines 14-28. Your OAuth vs her SAML.
Medium · 5 steps · +500 XP
This scenario walks through 5 steps, in order:
Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.
git checkout maingit merge feature-authgit statusgit add .git commit -m "resolve: merge auth"Conflict resolved! Communicate before resolving — don't delete others' code.