248 B
248 B
title, tags
| title | tags |
|---|---|
| Delete a stash | repository,stash,intermediate |
Deletes a specific stash.
- Use
git stash drop <stash>to delete the given<stash>.
git stash drop <stash>
git stash drop stash@{1} # Deletes `stash@{1}`