pub async fn run_git_command<I, S>(
args: I,
current_dir: Option<&PathBuf>,
) -> Result<String, DownloadError>Expand description
Run a git command with the given arguments in the given directory.
The function output is parsed as a UTF-8 string and returned.