Like Pop, but does not remove the state from the stash list.
Creates and checks out a new branch.
Remove all the stash entries.
Creates a stash entry and return its object name without storing it anywhere in the ref namespace. See also Store.
Removes a single stash entry from the list.
Lists the stash entries.
Removes a single stashed state from the stash.
Saves local modifications to a new stash entry.
Shows the changes recorded in the stash entry as a diff.
Store a given stash created via Create.
StashCommand defines the subcommands recognized by the Git stash command.