wie man einen Git -Stash rückgängig macht
git stash apply
Upset Unicorn
git stash apply
$ git stash show -p stash@{0} | git apply -R
# Just check out the branch you want your changes on, and then
git stash apply
#Then use
git diff # to see the result