Skip to main content

execute_git_command

Function execute_git_command 

Source
pub async fn execute_git_command(
    command_name: &str,
    command_args: &[String],
    working_dir: &Path,
) -> Result<CommandOutput>