Subcategory · first learn template
Git worktrees & parallel branches
How to run parallel checkouts, avoid shared-folder collisions, and isolate coding agents with git worktrees - including Windows and multi-agent workflows.
Definitions
0 published · 1 plannedWhat is a git worktree?
A plain definition of a linked working tree and how it differs from one checkout.
planned
How-to guides
0 published · 4 plannedHow to add a git worktree
Create a new worktree and check out a branch in its own folder.
planned
How to remove a git worktree
Delete a worktree cleanly, including after the folder was removed by hand.
planned
How to prune leftover git worktrees
Clean up stale worktree registrations Git still thinks exist.
planned
How to give each coding agent its own worktree
Step-by-step so each agent gets its own folder and branch.
planned
Fixes
0 published · 1 plannedHow to fix “branch is already checked out in another worktree”
What the error means and how to free the branch or use the right folder.
planned
Comparisons and decisions
0 published · 3 plannedGit worktree vs branch: what is the difference?
When a branch is enough and when you need a second working tree.
planned
Git worktree vs clone: which should you use?
Second full clone versus a linked worktree for parallel work.
planned
Should AI agents share the same git checkout?
Clear yes/no: shared folder vs isolated checkouts for agents.
planned
Agent workflows and use cases
0 published · 4 plannedHow to use git worktrees for parallel AI coding agents
One agent per worktree so parallel AI sessions do not share one folder.
planned
How to run coding agents in parallel
End-to-end parallel agent workflow with worktrees as isolation.
planned
How to run multiple Claude Code sessions safely
Several Claude Code sessions without stomping the same working tree.
planned
How to use Claude Code with git worktrees
Claude Code plus worktrees: setup, isolation, and safe habits.
planned
Platforms and editors
0 published · 2 plannedHow to use git worktrees on Windows
Windows paths, PowerShell, and practical setup for linked worktrees.
planned
How to use git worktrees in VS Code
Open and work multiple worktrees in separate VS Code windows.
planned