pub fn run_git_command(args: &[&str]) -> Result<Vec<u8>>
Expand description
Run’s the git binary, returning the output or the err, depending on the return value.
Note: We rely on this only for operations that are not yet implemented in GitOxide. Once push is implemented upstream, we can, and should, remove this.