Some times ago I stashed files. Now I stage some.
Is there a way to compare those versions of files?
You can use:
git diff --cached stash@{n} -- file
where n corresponds to the stash number of the stash you wish to diff against.
n