7. Recover from git stash
To get your most recent stash after running git stash, use
git stash apply
To see a list of your stashes, use
git stash list
Last updated
Was this helpful?
To get your most recent stash after running git stash, use
git stash apply
To see a list of your stashes, use
git stash list
Last updated
Was this helpful?