CopyCommand
<- Back to Default
Default
git diff
Summary
Shows changes not yet committed.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
git diff
Previous
git log --oneline
Next
git fetch
Related commands
git status
Shows which files are changed, staged, or untracked.
git add .
Stages all changes in the current folder for the next commit.
git commit -m "message"
Creates a commit with a short message.