Skip to main content

get_remote_url

Function get_remote_url 

Source
pub fn get_remote_url(
    repo_path: &Path,
    remote: &str,
) -> Result<Option<String>, GitError>
Expand description

Get the URL of a named remote, or None if the remote doesn’t exist.