Complete these steps to unlock your first Git XP!
- Create
git-growth-trackerrepo on GitHub - Clone repo locally
- Add initial
README.md - Make first commit:
docs(readme): add initial README
- Create
greet.pywith a simple greeting function - Commit:
feat(practice): add greet.py with simple greeting function
- Create branch:
feature/update-greeting - Edit
greet.py(enhance greeting message) - Commit changes:
feat(practice): enhance greeting message - Merge branch into
main - Delete feature branch
- Add
farewellfunction ingreet.py - Commit:
feat(practice): add farewell function
- Add
COMMIT_PROMPT.mdto repo - Commit:
docs(commit): add daily commit checklist
✅ Goal: By the end of Day 1, you should have:
- Made at least 2–3 commits
- Practiced creating/editing branches
- Added a commit reference checklist
- Built the foundation for daily Git habit