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.
Course path
1 - Inspect
2 - Create
3 - Integrate
4 - Maintain
5 - Run it
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
| File | Purpose |
|---|---|
| MISSION.md | The outcome and safety boundaries. |
| RESOURCES.md | Official 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.