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