Interactive course

Git Worktrees for Parallel Coding

Keep one repository, work on several branches at once, and close each task without losing changes or leaving stale worktree state behind.

5 lessons1 field guidePrimary source: official Git documentationUpdated 2026-07-23Teaching index

Course path

Field guide

Keep this beside the terminal:

Open the Git worktree field guide for creation patterns, inspection commands, integration choices, and recovery rules.

Operating rule

Listfind every pathInspectbranch and changesCreateone branch per taskIntegrateverify the targetRemoveonly when cleanRecoverrepair before force

Course files

FilePurpose
MISSION.mdThe outcome and safety boundaries.
RESOURCES.mdOfficial documentation and further reading.
Start here: Complete a lesson at a time, retrieve its command from memory, and use the capstone only in a repository where you understand the local workflow.