Apply the latest stash

Git, Repository, Stash · Apr 13, 2021

Applies the latest stash.

  • Use git stash apply to apply the latest stash.
git stash apply <stash>
git stash apply # Applies the latest stash

Written by Angelos Chalaris

I'm Angelos Chalaris, a JavaScript software engineer, based in Athens, Greece. The best snippets from my coding adventures are published here to help others learn to code.

If you want to keep in touch, follow me on GitHub or Twitter.

More like this