Skip to main content

execute_git_command

Function execute_git_command 

Source
pub async fn execute_git_command<P: AsRef<Path>>(
    repo_path: P,
    args: &[&str],
) -> Result<String>
Expand description

Execute a git command in the specified repository