846 B
846 B
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) → https://desktop.github.com
- Option 3: Check terminal:
git --version
If Using GitHub Desktop
- Download from https://desktop.github.com
- 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
Need more detail? See full lesson explanation