pub fn git_file_is_modified( repo_dir: &Path, file_path: &str, ) -> Result<bool, String>
Check if a file has uncommitted changes