Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 853 Bytes

File metadata and controls

26 lines (18 loc) · 853 Bytes

Git Guide Index

Architecture / Rationale

This guide is a structured learning path for Git version control. It goes from basic commands to GitHub collaboration.

Level boundaries:

  1. Level 1 - Basics: repositories, commits, branches, merges, and history.
  2. Level 2 - GitHub: remote repositories, collaboration, pull requests, and good practices.

Current implementation scope is Level 1 through Level 2.

Query / Code Blocks

# Suggested learning sequence
# [[01-basics/00-index]]
# [[02-github/00-index]]
# [[90-roadmap/00-future-themes]]

Performance / Optimization Notes

  • 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.