Function run_git_command

Source
pub fn run_git_command(args: &[&str]) -> Result<Vec<u8>>
Expand description

Runs the git binary with the given arguments, returning its output.

Note: This function is a temporary workaround for operations not yet implemented in gix. It should be removed once gix supports all necessary functionality (e.g., push).