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.
pub fn ls_remote(args: &[&str]) -> Result<Output, PosixError>
Wrapper around git-ls-remote(1)
Will return PosixError
if command exits with an error code.