codex-lv3-may-2025

Level Navigation: 1 2 3 4 5 6 7 8 9 10⚡ 11⚡ 12⚡ 13⚡ 14⚡ 15 16 17 18⚡ 19 20

Level 17: Git Setup and Version Control

User Story: As a developer, I want to set up version control so that I can track changes and share my Mad Libs project on GitHub.

What You’ll Do

Initialize version control and push your project to GitHub.

Instructions

💡 Code Hints

Need help with git? Check out these snippets:

✅ Check

  1. Run git status - you should see “On branch main” and “nothing to commit, working tree clean”
  2. Run git log --oneline - you should see your commit message
  3. Verify your project is on GitHub
  4. If you see any errors, check your git commands and repository setup