Gen AI Lingo

Your next step

Keep work recoverable and shareable

Checkpoints, worktrees, conflicts, handoff notes, pull requests and release verification.

Start learning

What you’ll learn

  1. Checkpoint before a risky change

    Select a recoverable project state.

    About 5 minutes · Open activity

  2. A worktree is a separate checkout

    Use isolation to protect parallel edits.

    About 5 minutes · Open activity

  3. Resolve conflicts by intended behavior

    Choose a resolution using both changes' purposes.

    About 5 minutes · Open activity

  4. A handoff includes evidence and limits

    Write a compact outcome-oriented note.

    About 5 minutes · Open activity

  5. A pull request is a review proposal

    Distinguish proposed integration from merged code.

    About 5 minutes · Open activity

  6. Release needs environment-specific verification

    Separate local success from a running service.

    About 5 minutes · Open activity

  7. Prepare the handoff

    Write a patch summary separating checked behavior from unverified environment behavior, with a recovery point and the next review action.

    About 6 minutes · Open activity

  8. Review a small repair

    Take a supplied toy repository from a reported bug to a reviewed patch and an honest handoff, keeping local evidence separate from release evidence.

    About 6 minutes · Open activity