删除一个存储

删除一个特定的存储。

  • 使用 git stash drop <stash> 来删除给定的 <stash>
git stash drop <stash>

# 示例
git stash drop stash@{1} # 删除 `stash@{1}`