foxora

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

  1. 12.01Overview
  2. 12.02Reviewing Git changes and diffsA complete review covers saved buffers, tracked diffs, staged changes, untracked files, and the checks affected by them.
  3. 12.03Staging and committing changesStage and commit through Terminal with explicit paths until native Source Control actions are available in the Foxora surface.
  4. 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.
  5. 12.05Resolving conflictsResolve conflicts file by file, preserving both the intended local change and the incoming behavior before marking anything resolved.
  6. 12.06Git safety and recoveryGit recovery starts with preserving evidence and choosing a reversible operation, not resetting a working tree blindly.