Versions in this module Expand all Collapse all v0 v0.1.0 Jun 27, 2021 Changes in this version + type Client interface + Add func(filename string) error + Branch func(branchName string) error + CheckoutBranch func(branchName string) error + Commit func(message string) error + IsClean func() (bool, error) + Pull func() error + Push func() error + Status func() (string, error) + UploadAllChanges func(message string) (err error) + func NewClient(sshKnownHostsPath, sshKeyPath, sshKeyPassword, url, absolutePath string) (Client, error)