git stash -> merge stashed change with current changes

后端 未结 8 2265
故里飘歌
故里飘歌 2020-12-12 13:27

I made some changes to my branch and realized I forgot I had stashed some other necessary changes to said branch. What I want is a way to merge my stashed changes with the

8条回答
  •  离开以前
    2020-12-12 13:59

    The way I do this is to git add this first then git stash apply . It's the most simple way.

提交回复
热议问题