Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 491 Bytes

apply-latest-stash.md

File metadata and controls

20 lines (14 loc) · 491 Bytes
标题 标签
applyLatestStash(应用最近的存储) repository,stash(仓库,存储)

应用最新的存储。

  • 使用 git stash apply 应用最新的存储。

代码如下:

git stash apply <stash>

使用示例:

git stash apply # apply the latest stash
# 在终端运行该命令,将应用最新的存储到当前分支