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
The way I do this is to git add this first then git stash apply . It's the most simple way.
git add
git stash apply