Skip to main content

git_repo_has_changes

Function git_repo_has_changes 

Source
pub fn git_repo_has_changes(
    git_repo: &mut GitRepo,
) -> Result<bool, Box<EvalAltResult>>
Expand description

Wrapper for GitRepo::has_changes

Checks if the repository has uncommitted changes.