Bash
Public
Show Changed Files
Show which files changed before you commit.
#git
#diff
#status
#files
Bash
git status --short
git diff --name-only
Notes
Use git diff to inspect actual line changes before committing.