pub fn ls_remote(args: &[&str]) -> Result<Output, PosixError>
Expand description

Wrapper around git-ls-remote(1)

Errors

Will return PosixError if command exits with an error code.