pub fn get_repository_url(repo_path: &Path) -> Option<String>
Get the repository URL from git config. Tries to get the remote origin URL, returns None if not found.