Namespaces

Types in Fake.Git

Type Stash

Namespace Fake.Git

Methods

Public static methods

void pop(string repositoryDir)

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.

void push(string repositoryDir, string message)

Stash the changes in a dirty working directory away.