Versions in this module Expand all Collapse all v1 v1.0.0 Jun 6, 2026 Changes in this version + type Repo struct + Path string + func Init(path, branch string) (*Repo, error) + func Open(path string) (*Repo, error) + func (r *Repo) Config(key string) (string, error) + func (r *Repo) FileAtHead(branch, repoPath string) ([]byte, error) + func (r *Repo) HeadSHA(branch string) (string, error) + func (r *Repo) Push(remote, branch string) error + func (r *Repo) RunFastImport(write func(stdin io.Writer) error) error