pub fn run_command(args: &[&str]) -> Result<String, String>
Executes a Git command and returns its stdout if successful.