git stash apply
# Just check out the branch you want your changes on, and then git stash apply #Then use git diff # to see the result
$ git stash show -p stash@{0} | git apply -R