git stash apply [stash]

Like pop, but do not remove the state from the stash list

Arguments

NameDescription
stash

Options

NameDescription
--indexTries to reinstate not only the working tree's changes, but also the index's ones
-q, --quietQuiet, suppress feedback messages