PR #247 has 2 approvals but 'conflicts must be resolved'. Merge button disabled.
8 commits landed on main during 3-day review. Two refactored your module.
Medium · 6 steps · +550 XP
This scenario walks through 6 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 fetchgit merge maingit statusgit add .git commit -m "merge main"git pushMerge (not rebase) preserves commit hashes so approvals stay valid.