I'm following this git stashing guide but when I try to un-stash by using the command
$ git stash show -p stash@{0} | git apply -R
or
$ git stash show -p | git apply -R
I keep getting these errors
error: patch failed: app/scripts/app.js:20
error: app/scripts/app.js: patch does not apply
error: patch failed: app/views/main.html:34
error: app/views/main.html: patch does not apply
How do I get past this error?
When I do $git stash list
it shows stash@{0}: WIP on my_branch: dc19ed5 My Commit