03Track 3 of 11

Inspection & Debugging

Find bugs, trace history.

10 lessons2030 XP
Start the track
  1. 01
    Git Blame
    Who wrote this line?
    +200 XP
  2. 02
    Git Grep & Pickaxe
    Search code across history
    +180 XP
  3. 03
    Git Shortlog
    Group commits by author for instant contribution reports
    +150 XP
  4. 04
    Git Bisect
    Binary-search history to find the commit that broke things
    +300 XP
  5. 05
    Advanced log filters
    Slice history by author, date, message
    +200 XP
  6. 06
    Inspecting Commits with show
    Drill into any commit's full content
    +160 XP
  7. 07
    File History across Renames
    Follow a file through every rename
    +220 XP
  8. 08
    Pickaxe in Detail
    Find when a string entered or left the codebase
    +230 XP
  9. 09
    Diff Strategies
    Beyond plain `git diff`
    +170 XP
  10. 10
    Range Diffs
    Compare two versions of a branch
    +220 XP
← Previous trackBranching & MergingNext track →Undo & Recovery