Versions in this module Expand all Collapse all v0 v0.2.0 Aug 28, 2024 v0.1.0 Dec 23, 2023 Changes in this version + type Git interface + Add func(path string) error + AddAll func() error + Checkout func(branchName string, create bool) error + CloneOverHttp func(url string, username string, password string) error + Commit func(message string) (string, error) + GetFilePath func(filePath string) string + GetRepositoryPath func() string + HasChanges func() (bool, error) + Push func(force bool) error + SetConfig func(key string, value string) error