@@ -45,3 +45,41 @@ Architecture overview and chronological session log for tutorial-git.
4545
4646** Open issues:**
4747- #78 — Export draw.io diagrams as PNGs for chapter 02
48+
49+ ### 2026-04-19 — Full tutorial review and expansion
50+
51+ ** Tool:** Claude Code (Opus 4.6)
52+
53+ ** Key changes:**
54+ - Reviewed and polished all 9 chapters to 10/10
55+ - Created chapter 04 (Remote Repositories) — remotes, cloning, fetch, pull, push, forking
56+ - Created chapter 05 (Subprojects) — split from deep internals, submodules and subtrees
57+ - Renamed chapter 06 from Deep Internals to Expert Topics
58+ - Added interactive rebase, git bisect, and hooks sections to chapter 06
59+ - Removed branching strategies from chapter 06 (team workflow, not Git scope)
60+ - Rewrote chapter 07 (Playbook) as ~ 50 recipe-based quick reference
61+ - Trimmed chapter 08 (Appendix) — removed command reference, added SSH key setup
62+ - Rewrote chapter 09 (Glossary) — 46 terms with chapter cross-references
63+ - Fixed chapter 01 difficulty tiers (Inspect=Beginner, Branch=Advanced)
64+ - Added object model diagram to chapter 02
65+ - Chapter 03: added --no-ff, --squash, cherry-pick, rebase diagram, conflict workflow diagrams, stash internals
66+ - Created 20+ draw.io diagrams in palette C style, all exported to PNG at 2x
67+ - Automated draw.io → PNG export pipeline (draw.io CLI)
68+ - Archived all old-style PNGs to assets/archive/
69+ - Closed 11 GitHub issues (#18 , #19 , #20 , #28 , #29 , #30 , #31 , #40 , #49 , #70 , #78 )
70+
71+ ** Chapter structure after session:**
72+ ```
73+ 01-introduction.md
74+ 02-building-blocks.md
75+ 03-branching-and-merging.md
76+ 04-remote-repositories.md ← NEW
77+ 05-subprojects.md ← NEW (split from deep internals)
78+ 06-expert-topics.md ← renamed, overhauled
79+ 07-playbook.md ← rewritten as recipes
80+ 08-appendix.md ← trimmed + SSH
81+ 09-glossary.md ← rewritten
82+ ```
83+
84+ ** Open issues:**
85+ - #72 — Deploy as GitHub Page (Astro site scaffolded, not wired to chapters)
0 commit comments