git stash --all
But to see untracked files in the stash you need this special ^3 syntax:
git show stash@{1}^3
git show stash@{2}^3
git show stash@{99}^3
(source)
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.