Versions in this module Expand all Collapse all v0 v0.1.0 Apr 6, 2026 Changes in this version + func AddAll(repoPath string) error + func CheckoutBranch(repoPath, branch string) error + func Commit(repoPath, message string) error + func CreateBranch(repoPath, branch string) error + func CreatePR(repoPath string) error + func CurrentBranch(repoPath string) (string, error) + func DeleteBranch(repoPath, branch string) error + func HasChanges(repoPath string) (bool, error) + func IsClean(repoPath string) (bool, error) + func Push(repoPath, remote, branch string) error