CopyCommand
<- Back to Default
Default
git stash pop
Summary
Re-applies the last stashed changes.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
git stash pop
Previous
git stash -u
Next
npx prisma studio
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.