Source Control
Foxora displays branch and change status, but current Git staging, commits, and conflict work are performed through Terminal or an explicit task.
In this section 6 pages
- 12.01Overview
- 12.02Reviewing Git changes and diffsA complete review covers saved buffers, tracked diffs, staged changes, untracked files, and the checks affected by them.
- 12.03Staging and committing changesStage and commit through Terminal with explicit paths until native Source Control actions are available in the Foxora surface.
- 12.04Branches and worktreesFoxora shows the active Git branch and can isolate a task in a worktree so concurrent work does not share one checkout.
- 12.05Resolving conflictsResolve conflicts file by file, preserving both the intended local change and the incoming behavior before marking anything resolved.
- 12.06Git safety and recoveryGit recovery starts with preserving evidence and choosing a reversible operation, not resetting a working tree blindly.