This guide is a structured learning path for Git version control. It goes from basic commands to GitHub collaboration.
Level boundaries:
- Level 1 - Basics: repositories, commits, branches, merges, and history.
- Level 2 - GitHub: remote repositories, collaboration, pull requests, and good practices.
Current implementation scope is Level 1 through Level 2.
# Suggested learning sequence
# [[01-basics/00-index]]
# [[02-github/00-index]]
# [[90-roadmap/00-future-themes]]- Keep each concept in a dedicated file for predictable navigation.
- Use numeric prefixes (
00,01,02) to enforce deterministic reading order. - Reuse the same section headings in every page to support consistent maintenance and reviews.