How to make git status show only staged files January 6, 2023 by Tarik Use git diff --name-only (with --cached to get the staged files)