pub fn parse_github_owner_repo(remote: &str) -> Option<(String, String)>
Parse “owner/repo” from a GitHub remote URL. Handles SSH (git@github.com:owner/repo.git) and HTTPS (https://github.com/owner/repo.git).
git@github.com:owner/repo.git
https://github.com/owner/repo.git