Skip to main content

stash_apply

Function stash_apply 

Source
pub fn stash_apply(_path: &Path) -> Result<()>
Expand description

Applies the most recent stash without removing it from the stash list.

§Parameters

  • path: The path to the git repository.

§Returns

  • Ok(()) if the stash was applied successfully.
  • Err(Error) if an error occurred during applying the stash.