foxora

Reviewing Git changes and diffs

A complete review covers saved buffers, tracked diffs, staged changes, untracked files, and the checks affected by them.

On this page2
  1. Steps
  2. Expected result
Reviewing Git changes and diffs
Studio interface in English. Sample data.

Steps

  1. Save or deliberately discard dirty editor tabs.
  2. Use Editor → View changes for a focused comparison with HEAD.
  3. Run git status, git diff --stat, and git diff in Terminal.
  4. Inspect git diff --cached separately and run the relevant tests.

Expected result

You know what is modified, staged, and untracked before any commit is created.

Note: Branch badges and change counts are summaries; use the actual diff as the review authority.