Skip to main content

unstage

Function unstage 

Source
pub fn unstage<I, P>(paths: I) -> Result<()>
where I: IntoIterator<Item = P>, P: AsRef<str>,
Expand description

Unstage specific paths without touching working tree contents.

ยงErrors

  • git restore --staged command fails.