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.
On this page2

Steps
- Open the repository and verify its branch, remote, and status in Project settings or Terminal.
- From the task’s project control, choose Isolate in worktree when the change needs separation.
- Run git status in Terminal and confirm the resulting worktree path and branch.
- 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.