package
0.2.6
Repository: https://github.com/gardenbed/basil-cli.git
Documentation: pkg.go.dev

# Functions

DetectGit determines if a given path or any of its parents has a .git directory.
Open creates a new Git service for an existing git repository.

# Constants

Annotated is an annotated Git tag.
Lightweight is a lightweight Git tag.

# Structs

Commit represents a Git commit.
Git provides Git functionalities.
Signature determines who and when created a commit or tag.
Tag represents a Git tag.

# Type aliases

Commits is a map of Git commits.
Tags is a list of Git tags.
TagType determines type a Git tag.