Expand description
Git remote URL resolution for org/repo namespace discovery. Git remote URL resolution for org/repo namespace discovery.
Provides helpers to determine the (org, repo) pair for the current
project by consulting config first and falling back to the origin remote
URL when config is incomplete.
Functionsยง
- parse_
remote_ url_ org_ repo - Parse
<org>/<repo>from a git remote URL. - resolve_
org_ repo_ from_ config_ or_ remote - Resolve the
(org, repo)pair for the current project. - resolve_
org_ repo_ from_ remote - Attempt to resolve
(org, repo)from theoriginremote URL only.