Skip to main content

git_restore

Function git_restore 

Source
pub fn git_restore(
    repo_dir: &Path,
    sha: &str,
    path: Option<&str>,
) -> Result<(), String>
Expand description

Restore a file or path to a specific commit