How to show changes $ git diff Command git Description Show changes between commits, commit and working tree, etc. Deep Dive Use `git diff --staged` to see staged changes. Related How to check the status How to see the commit graph