
What we'll cover:
• Why branch switching and git stash slow you down
• What a Git worktree is, and how it differs from cloning the repo again
• The commands you actually need: worktree add, list, remove, prune
• Running multiple Claude Code sessions in parallel — one per worktree
• Building a feature, fixing a bug and reviewing a PR at the same time
• Handling node_modules, .env and builds across worktrees
• Cleaning up worktrees without breaking your repo
Who it's for: developers who use Git daily and want to run AI coding agents in parallel.
Bring your laptop — we'll set it up live.