git2cpp stash pop#
Remove a single stashed state from the stash list and apply it on top of the current working tree state, i.e., do the inverse operation of git stash push. git2cpp stash pop [OPTIONS] OPTIONS: -h, --help Print this help message and exit --index UINT This option is only valid for pop and apply commands.