应用一个存储

应用一个特定的存储。

  • 使用 git stash apply <stash> 来应用给定的 <stash>
git stash apply <stash>

# 示例
git stash apply stash@{1} # 应用 `stash@{1}`