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
Get-ChildItem
Next
git fetch
Related commands
git fetch
Downloads remote updates without changing your files.
git pull
Updates your local files with the latest remote changes.
npm install
Installs dependencies from package.json into node_modules.