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.