//
pkg.gl
Category
github.com/gardenbed/basil-cli
internal
git
package
0.2.6
Repository:
https://github.com/gardenbed/basil-cli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
2
Files
376 SLOC
#
Functions
DetectGit
DetectGit determines if a given path or any of its parents has a .git directory.
Open
Open creates a new Git service for an existing git repository.
#
Constants
Annotated
Annotated is an annotated Git tag.
Lightweight
Lightweight is a lightweight Git tag.
#
Structs
Commit
Commit represents a Git commit.
Git
Git provides Git functionalities.
Signature
Signature determines who and when created a commit or tag.
Tag
Tag represents a Git tag.
#
Type aliases
Commits
Commits is a map of Git commits.
Tags
Tags is a list of Git tags.
TagType
TagType determines type a Git tag.