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 save.
The working directory must match the index.
voidpush(string repositoryDir, string message)
Stash the changes in a dirty working directory away.