Your `feature-dashboard` has 5 commits. Main moved 12 ahead from 4 developers. PR says 'Cannot merge'.
Alice, Bob, Charlie, Diana all pushed changes touching your files.
Hard · 6 steps · +700 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 fetch origingit rebase maingit statusgit add .git rebase --continuegit push --force-with-leaseUse --force-with-lease over --force — refuses if someone else pushed.