Skip to content

Latest commit

Β 

History

History
67 lines (52 loc) Β· 3 KB

File metadata and controls

67 lines (52 loc) Β· 3 KB

πŸŽ“ Git & GitHub Mentorship Program

An 8-week curriculum that takes mentees from "what is Git?" to confidently contributing to real open-source projects.

Based on: Codetopia 8-Week Git & GitHub Curriculum Total XP available: 3,400 XP across 16 sessions + 8 capstones Audience: New developers, career-switchers, bootcamp students, and first-time open-source contributors.


πŸš€ Quick Start for Mentees

  1. Read the Code of Conduct.
  2. Start at weeks/week-1-foundation/.
  3. Work through each session's README.md β†’ lecture-notes.md β†’ project.md.
  4. For every project, include a screenshots/ folder in your work β€” that's the submission of record. See CONTRIBUTING.md.
  5. Submit your capstone by opening a PR to projects-showcase/.
  6. Drop a screenshot in the WhatsApp group so the cohort can celebrate with you.
  7. Ask questions in the Discussions tab of this repository.

πŸ§‘β€πŸ« Quick Start for Mentors

  1. Read mentor-resources/teaching-guide.md.
  2. Read mentor-resources/project-format-guide.md β€” the lesson is the Git, not the build. Critical for Weeks 1–3.
  3. Pick a pacing option in mentor-resources/pacing-guide.md.
  4. Customize Week 1 with your voice, then share the repo URL.
  5. Use rubrics in mentor-resources/rubrics/ when grading capstones.

πŸ“š The 8-Week Program at a Glance

Week Title Focus XP
1 Foundation Install, config, first commits 400
2 Core Workflow Staging, history, .gitignore 400
3 Branching & Merging Branches, merges, conflicts 450
4 Remote Collaboration GitHub remotes, clone, push, pull 400
5 Pull Requests & Reviews PR etiquette, code review 450
6 Advanced Git Rebase, cherry-pick, reflog 450
7 Open Source Contribution Forks, issues, good PRs 400
8 Real-World Projects CI, releases, portfolio-ready repo 450

πŸ—‚ Repository Map

git-github-mentorship/
β”œβ”€β”€ README.md                 ← you are here
β”œβ”€β”€ CONTRIBUTING.md           how mentees contribute
β”œβ”€β”€ CODE_OF_CONDUCT.md        community standards
β”œβ”€β”€ LICENSE                   MIT
β”œβ”€β”€ weeks/                    week-by-week curriculum
β”œβ”€β”€ templates/                copy-paste ready files
β”œβ”€β”€ mentor-resources/         mentor-only materials
β”œβ”€β”€ resources/                shared learning materials
β”œβ”€β”€ troubleshooting/          problem β†’ solution pairs
β”œβ”€β”€ discussions/              FAQ + curated links
└── projects-showcase/        mentee work gallery

πŸ™‹ Need Help?

  • Check troubleshooting/ for common errors.
  • Search or open a thread in Discussions.
  • Tag your mentor in a PR comment.

Happy committing! πŸš€