CopyCommand
<- Back to Default
Default
git diff
Summary
Shows unstaged changes in your working tree.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
git diff
Previous
git log --oneline -5
Next
git restore --staged .
Related commands
git status
Shows staged, modified, and untracked files.
git pull
Fetches and merges remote changes into your current branch.
git add -A
Stages all changes in the repo for the next commit.