Versions in this module Expand all Collapse all v1 v1.0.0 Jul 8, 2026 Changes in this version + var ErrNotInRepo = fmt.Errorf("not in a git repository") + func RunGit(args ...string) (string, error) + type Context struct + Branch string + Owner string + Remote string + Repo string + Root string + func GetContext() (*Context, error)