package
0.0.32
Repository: https://github.com/make-os/kit.git
Documentation: pkg.go.dev

# Functions

ExecGitCmd executes git commands and returns the output - repoDir: The directory of the target repository.
Get opens a local repository and returns a handle.
GetAtWorkingDir returns a RepoContext instance pointed to the repository in the current working directory.
No description provided by the author
InitRepository creates a bare git repository.
NewGitModule creates an instance of GitModule.
wrapCommit creates a WrappedCommit that wraps a go-git commit object.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GitModule provides convenience methods that utilize the git tool to access and modify a repository.
Repo provides functions for accessing and modifying a local repository.
WrappedCommit wraps a go-git commit to ensure it conforms to types.WrappedCommit.

# Type aliases

GetLocalRepoFunc describes a function for getting a local repository handle.
No description provided by the author