Manuals / Git & GitHub / Checkpoint 5

B · Collaborate · beginner · Gate · Week 3–4 · Checkpoint 5 of 12

Checkpoint A — Daily loop & PRs

Before rebase, reflog, and bisect, prove the daily loop and PR workflow are muscle memory. Fix gaps before Phase C recovery topics.

Path progress
36%

Step 1 of 3

Pass criteria

All six must be true. Practice in git-practice repo only.

  • git-practice repo with 5+ meaningful commits and descriptive messages
  • Can run status → diff → add → commit without looking up commands
  • Feature branch created, pushed with -u origin, and merged via PR
  • PR description includes summary and test plan checklist
  • .gitignore includes .env, OS junk, and build artifacts
  • Can explain working tree vs staging vs repository in 60 seconds
Pass criteriaDrag stickies · tap for tips
Study mapDrag stickies · tap for tipsKeep it shortdrag · tap →Name the waitdrag · tap →Scope locatorsdrag · tap →Trace when stuckdrag · tap →One browser firstdrag · tap →Isolate statedrag · tap →Assert the UIdrag · tap →Retry wiselydrag · tap →Seed datadrag · tap →Close the loopdrag · tap →Keep it shortdrag · tap →Name the waitdrag · tap →Scope locatorsdrag · tap →Trace when stuckdrag · tap →One browser firstdrag · tap →Isolate statedrag · tap →Pathwise hackdrag · tap →Pass criteriadrag · tap →Try thisdrag · tap →Follow the dashed drag · tap →

Do this now

Mark pass/fail in README. Fix failures before rebase chapter.

Was this step clear?
Chapter learning outcomes
  • Daily habit check
  • PR readiness

Clear these before you leave

Side quest

PR from scratch

New branch → 2 commits → push → PR → self-review diff → merge → pull main. No notes.