git stash apply [stash]
Like pop, but do not remove the state from the stash list
Arguments
Name | Description |
---|---|
stash |
Options
Name | Description |
---|---|
--index | Tries to reinstate not only the working tree's changes, but also the index's ones |
-q, --quiet | Quiet, suppress feedback messages |