Skip to main content

add_remote

Function add_remote 

Source
pub fn add_remote(
    repo_path: &Path,
    remote_name: &str,
    remote_url: &str,
) -> Result<(), GitError>
Expand description

Add a remote to the repository.