Versions in this module Expand all Collapse all v0 v0.1.1 May 7, 2025 v0.1.0 May 6, 2025 Changes in this version + var ErrGitNotFound error = errors.New("git not found or not a git repository") + var ErrNoStagedChanges error = errors.New("no staged changes") + func CommitStagedChanges(message string) (string, error) + func GetStagedDiff() (string, error)