Show changes staged for commit (git)
git diff --staged
Displays the differences between the staged changes and the last committed version, showing what has been modified and prepared for the next commit.
git diff --staged
Displays the differences between the staged changes and the last committed version, showing what has been modified and prepared for the next commit.