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

Steps
- Save or deliberately discard dirty editor tabs.
- Use Editor → View changes for a focused comparison with HEAD.
- Run git status, git diff --stat, and git diff in Terminal.
- 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.