Skip to main content

commit_paths

Function commit_paths 

Source
pub fn commit_paths(
    repo_root: &Path,
    paths: &[&Path],
    message: &str,
) -> Result<String>
Expand description

Stage specific paths and commit. Returns empty string if nothing to commit.