Skip to main content

Crate sr_git

Crate sr_git 

Source

Structs§

NativeGitRepository
Git repository implementation backed by native git CLI commands.

Functions§

parse_owner_repo
Extract owner/repo from a GitHub remote URL. Supports SSH (git@github.com:owner/repo.git) and HTTPS (https://github.com/owner/repo.git).