Apply a stash

Git, Repository, Stash · Apr 13, 2021

Applies a specific stash.

  • Use git stash apply <stash> to apply the given <stash>.
git stash apply <stash>
git stash apply stash@{1} # Applies `stash@{1}`

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