git diff --staged

Category: Git - Core

git diff --staged

Show staged changes ready to be committed

Shows the changes you've staged (added with git add) that will go into the next commit.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.