249 B
249 B
title, tags
| title | tags |
|---|---|
| Apply a stash | repository,stash,intermediate |
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}`