Skip to main content

Module git

Module git 

Source
Expand description

Git operations for cloning skill repositories using system git binary

Enums§

GitError
Git operation error types

Functions§

checkout_branch_or_tag
Checkout a specific branch or tag in a git repository.
clone_repository
Clone a git repository to a temporary directory.
validate_cloned_skill
Validate that a cloned repository contains a valid skill structure.