Skip to main content

Module git_url

Module git_url 

Source
Expand description

Git remote URL parsing utilities. Git remote URL parsing utilities.

Pure parsing logic with no domain knowledge and no I/O. Handles the common git remote URL formats used by GitHub, GitLab, and similar hosts.

Functionsยง

parse_remote_url_org_repo
Parse an <org>/<repo> pair from a git remote URL.