git stash pop [stash]
Restores the most recently stashed files
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 |