Documentation
¶
Index ¶
- Variables
- func GetGitBasePath() (string, error)
- func GetGitBasePathWithRepo(repo *git.Repository) (string, error)
- func GetGitBranches() (*storer.ReferenceIter, error)
- func GetGitCurrentBranchName() (string, error)
- func GetGitHead() (*plumbing.Reference, error)
- func GetGitHeadTree() (*object.Tree, error)
- func GetGitRepo() (*git.Repository, error)
- func GetRemoteGitRepo(remoteURL string) (*git.Repository, error)
- func PushTag() error
- func TagSemver() (bool, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetGitBasePath ¶
func GetGitBasePathWithRepo ¶
func GetGitBasePathWithRepo(repo *git.Repository) (string, error)
func GetGitBranches ¶ added in v0.20.0
func GetGitBranches() (*storer.ReferenceIter, error)
func GetGitCurrentBranchName ¶ added in v0.20.0
func GetGitHead ¶ added in v0.20.0
func GetGitHeadTree ¶ added in v0.20.0
func GetGitRepo ¶
func GetGitRepo() (*git.Repository, error)
func GetRemoteGitRepo ¶
func GetRemoteGitRepo(remoteURL string) (*git.Repository, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.