foxora

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
  1. Steps
  2. Expected result
Working with Git repositories
Studio interface in English. Sample data.

Steps

  1. Open or clone the repository and confirm its branch and remote in Project settings.
  2. Attach it to the task and choose Isolate in worktree when the work should not share the main checkout.
  3. Ask Fennec to make the bounded change and run the repository’s checks.
  4. 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.