pub fn restore<I, P>(paths: I, branch: Option<&str>) -> Result<()>where I: IntoIterator<Item = P>, P: AsRef<str>,
Restore one or more paths from index or optional branch.
git restore