Versions in this module Expand all Collapse all v0 v0.1.0 Aug 4, 2024 Changes in this version + type Repository struct + func OpenRepo(path string) (*Repository, error) + func (r *Repository) Add() error + func (r *Repository) Commit(message string) (string, error) + func (r *Repository) Pull() error + func (r *Repository) Push(branch string) error + func (r *Repository) Switch(branch string) error + func (r *Repository) SwitchOrCreate(branch string) error