Skip to main content

parse_github_remote

Function parse_github_remote 

Source
pub fn parse_github_remote(url: &str) -> Option<(String, String)>
Expand description

Parse owner and repo name from a GitHub remote URL. Supports HTTPS (https://github.com/owner/repo.git) and SSH (git@github.com:owner/repo.git).