Working with Git repositories
Foxora recognizes Git projects, shows repository status, and can isolate a task in a worktree while Git commands remain available in Terminal.
On this page2

Steps
- Open or clone the repository and confirm its branch and remote in Project settings.
- Attach it to the task and choose Isolate in worktree when the work should not share the main checkout.
- Ask Fennec to make the bounded change and run the repository’s checks.
- Use Terminal to review git status and git diff before any commit or merge.
Expected result
Work occurs in the intended shared checkout or isolated worktree, with changes visible through normal Git inspection.
Note: Worktree isolation requires a Git repository with an initial commit.