Manuals / Git & GitHub / Checkpoint 11
D · Automate · advanced · Gate · Week 8–10 · Checkpoint 11 of 12
Checkpoint B — Git job-ready
Final gate: daily loop, PR craft, rebase judgment, recovery skills, bisect, and hooks — the bar for professional Git literacy.
Path progress86%
Step 1 of 3
Pass criteria
- git-practice repo with merged PR, rebase onto main completed successfully
- Recovered a "lost" commit using reflog in throwaway drill
- Resolved a merge or rebase conflict manually — no leftover markers
- Completed one git bisect (manual or run) and reset afterward
- One hook installed (manual, pre-commit framework, or Husky) and tested
- Learn Git Branching: Remote + Rebase sections complete
- Can explain rebase vs merge and when NOT to force-push in 2 minutes
Do this now
Verify every item. Fix gaps this week.
Was this step clear?
Chapter learning outcomes
- Interview Git topics
- Recovery confidence
Clear these before you leave
Side quest
Disaster recovery demo
Screen record: bad reset → reflog → recover → bisect → hook blocks bad commit.