Skip to content

Make Your First Change

Complete one small change and verify it locally.

This sample tutorial models a complete task: prepare, change, verify, and review.

Start from a known state

git status --short
git switch -c docs/first-change

Change one thing

Edit a visible string or a small configuration value. Keep the first task narrow enough that its result is obvious.

Verify

Run the project’s smallest relevant check, then open the changed surface and inspect it yourself.