# Lesson 03: Git Configuration - Quick Checklist **⏱️ 5 minutes** --- ## Choose Approach - [ ] **Option 1:** Let Cursor handle Git (easiest - do nothing now!) - [ ] **Option 2:** Use GitHub Desktop (visual) → - [ ] **Option 3:** Check terminal: `git --version` --- ## If Using GitHub Desktop - [ ] Download from - [ ] Install - [ ] Sign in with GitHub account - [ ] ✅ Ready to clone visually --- ## Recap Your Repo Structure You decided in Lesson 01: - [ ] Single repo: `my-project` (specs + code together) - [ ] Separate repo: `my-project-specs` (specs only) --- ## Next Step ✅ Git configured! **[→ Lesson 04: Repository Cloning & WDS Integration](../lesson-04-clone-and-wds/checklist.md)** --- **Need more detail?** See [full lesson explanation](lesson.md)