package
4.0.0-beta.4+incompatible
Repository: https://github.com/kamontat/gitgo.git
Documentation: pkg.go.dev
# Functions
CustomRepo will return repo of custom path.
Git will return singleton GitCommand.
LoadBranchConfiguration will return Branch config object from yaml config.
LoadCommitConfiguration will return Commit config object from yaml config.
NewRepo will return new repository with current path.
# Structs
No description provided by the author
BranchConfig is a structure of branch configuration.
BranchName is the object the create branch name.
Commit is Commit object of deal with commit things.
CommitConfig is a structure of commit configuration.
CommitMessage is the commit message for save in commit.
CommitOptions is a option to run git commit.
GitCommand is git-cli command with custom stdout and custom stderr.
Header is struct of Key and Value, using in list.yaml.
List is a list object from list.yaml.
Repo is git repository object for gitgo.
TypeConfig is a type of configuration inside commit and branch config.