1. Home
  2. Git
  3. Stash pop

If possible it will apply the changes from the stash to your local branch and then will drop the stash. It equals to running 'git apply' and 'git drop' in sequence.

#git#stash
git stash pop
copy
Full Git cheatsheet