is it possible to `git status` only modified files? October 14, 2022 by Tarik You can’t do this with git status, but you could use git ls-files -m to show all modified files.