pub fn git_cmd_in(dir: &str, args: &[&str]) -> Result<String, GitError>
Run a git command in a specific directory. Returns stdout.