# Branches and worktrees

Foxora shows the active Git branch and can isolate a task in a worktree so concurrent work does not share one checkout.

![Branches and worktrees](https://www.foxora.ai/docs/images/v5.0.8/reference/stage-source-control.webp)

*Studio interface in English. Sample data.*

## Steps

1. Open the repository and verify its branch, remote, and status in Project settings or Terminal.
2. From the task’s project control, choose Isolate in worktree when the change needs separation.
3. Run git status in Terminal and confirm the resulting worktree path and branch.
4. Complete and review the change before merging or returning to Use shared project.

## Expected result

The task edits the intended shared checkout or isolated worktree, with its Git state independently inspectable.

> **Note:** Worktree isolation requires a repository with an initial commit.
