pub fn git_repo_has_changes( git_repo: &mut GitRepo, ) -> Result<bool, Box<EvalAltResult>>
Wrapper for GitRepo::has_changes
Checks if the repository has uncommitted changes.