pub fn parse_github_remote(url: &str) -> Option<(String, String)>
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).
https://github.com/owner/repo.git
git@github.com:owner/repo.git