Lookig for older versions of the documentation, pre FAKE v6? See
v5.fake.build
Contains helper functions which allow to deal with git stash.
Stash.pop repositoryDir
string
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.
The git repository.
Stash.push repositoryDir message
Stash the changes in a dirty working directory away.
The stash message