Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneOrgRepositories ¶
CloneOrgRepositories clones all repositories for the given organization.
func CloneRepositories ¶
CloneRepository clones a single repository from the given URL into the specified directory.
func CloneRepository ¶
func CloneRepository(repo Repository, destPath string) error
CloneRepository clones a single repository from the given URL into the specified directory using SSH.
Types ¶
type Repository ¶
Repository represents a GitHub repository
func GetOrgRepositories ¶
func GetOrgRepositories(orgName, teamName string) ([]Repository, error)
GetOrgRepositories fetches repositories for a given GitHub organization
Click to show internal directories.
Click to hide internal directories.