CopyCommand
<- Back to Default
Default
git stash -u
Summary
Temporarily saves uncommitted changes.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
git stash -u
Previous
git restore --staged .
Next
git stash pop
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.