pub async fn execute_git_command<P: AsRef<Path>>( repo_path: P, args: &[&str], ) -> Result<String>
Execute a git command in the specified repository