标签: git
我通过以下方式创建了一个本地分支:
git checkout -b "something"
现在我想将我的藏品应用到它上面。我该怎么做?
答案 0 :(得分:4)
Stash不关心你所在的分支,所以只需照常git stash pop
git stash pop