CopyCommand
<- Back to Default
Default
git status
Summary
Shows staged, modified, and untracked files.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
git status
Previous
npm cache clean --force
Next
git pull
Related commands
git pull
Fetches and merges remote changes into your current branch.
git add -A
Stages all changes in the repo for the next commit.
git commit -m "message"
Creates a commit from staged changes with a message.