I had some uncommitted changes in my development branch and I stashed them using git stash, but there were some changes which were very important among those st
git stash
On mac this worked for me:
git stash list(see all your stashs)
git stash list
git stash apply (just the number that you want from your stash list)
like this:
git stash apply 1