get_repository_url

Function get_repository_url 

Source
pub fn get_repository_url(repo_path: &Path) -> Option<String>
Expand description

Get the repository URL from git config. Tries to get the remote origin URL, returns None if not found.