Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + var ErrRemoteHostIsNotGitHub = errors.New("not a github host") + func EnsureRemote(ctx context.Context, repositoryPath string, remoteName string, gitCli *git.Cli) (string, error) + func GetSlugForRemote(remoteUrl string) (string, error)