Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions packages/docs/content/docs/parallel-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We could operate on the default worktree directly; however, since those two issu


### Creating Worktree
There are two ways to create a new Worktree,
There are multiple ways to create a new Worktree,
1. Create from Pochi sidebar directly

<div
Expand Down Expand Up @@ -73,7 +73,10 @@ You can first create a new worktree in VSCode Source Control Panel. Then manuall
![Open Worktree in Pochi](../assets/images/worktree-pochi.png)
</div>

In both cases, Pochi will create and check out the branch at the specified disk path as a worktree. You can then perform any action as if it were a standard Git repository, as an independent dev environment in each worktree.
3. Let Pochi create a worktree for a new coding task
When you are submitting the message to create a new task, using `Cmd/Ctrl + Enter`, then Pochi will create a worktree for the new task. The worktree/branch name is generated according to the coding task.

In all cases, Pochi will create and check out the branch at the specified disk path as a worktree. You can then perform any action as if it were a standard Git repository, as an independent dev environment in each worktree.


### Create Task in Pochi
Expand Down