pub fn unstage<I, P>(paths: I) -> Result<()>where I: IntoIterator<Item = P>, P: AsRef<str>,
Unstage specific paths without touching working tree contents.
git restore --staged