# Reviewing Git changes and diffs

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

![Reviewing Git changes and diffs](https://www.foxora.ai/docs/images/v5.0.8/reference/stage-source-control.webp)

*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.
