Versions in this module Expand all Collapse all v0 v0.1.0 Jun 11, 2026 Changes in this version + type Repo struct + func New(t *testing.T) *Repo + func (r *Repo) AnnotatedTag(name, msg string) + func (r *Repo) Bare() string + func (r *Repo) Branch(name string) + func (r *Repo) Checkout(name string) + func (r *Repo) Commit(msg string) string + func (r *Repo) Git(args ...string) string + func (r *Repo) LFSPointer(path string, size int64) + func (r *Repo) Merge(name string) string + func (r *Repo) Path() string + func (r *Repo) Remove(path string) + func (r *Repo) Rename(from, to string) + func (r *Repo) SetOrigin(url string) + func (r *Repo) Submodule(path, sha string) + func (r *Repo) Symlink(target, path string) + func (r *Repo) Tag(name string) + func (r *Repo) Write(path, content string) + func (r *Repo) WriteBinary(path string, size int)