Cómo aplicar los cambios en un solo archivo desde Stash
git checkout stash@{0} -- <filename>
Sparkling Skunk
git checkout stash@{0} -- <filename>
git restore -s stash@{0} -- <filename>