How can I diff my current working copy against a stash?
My use case: my working copy already contains a subset of the changes in my stash@{0}
, but I don't want to apply all the changes in stash@{0}
. I want to do a diff to help determine which desirable changes in stash@{0}
are still missing from my working copy.