🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4
🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11
5git remote add URL links your repo.
6First push: git push -u origin .
🚀 Section C · Challenge ● CHALLENGE 5
✂ answer key — fold or cut before handing out
1-A 2-A 3-A 4-A | 5 origin 6 main 7 = git remote add origin URL; git push -u origin main 8 = fetch = download only; pull = fetch + merge 9 = What the project is, setup steps, usage | 10 = Remote has commits you don't - pull first