Structs§
- Native
GitRepository - Git repository implementation backed by native
gitCLI commands.
Functions§
- parse_
owner_ repo - Extract owner/repo from a git remote URL (convenience wrapper).
- parse_
remote_ url - Extract (hostname, owner, repo) from a git remote URL. Supports SSH (git@hostname:owner/repo.git) and HTTPS (https://hostname/owner/repo.git).