git

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository struct {
	// contains filtered or unexported fields
}

func OpenRepo

func OpenRepo(path string) (*Repository, error)

func (*Repository) Add

func (r *Repository) Add() error

func (*Repository) Commit

func (r *Repository) Commit(message string) (string, error)

func (*Repository) Pull

func (r *Repository) Pull() error

func (*Repository) Push

func (r *Repository) Push(branch string) error

func (*Repository) Switch

func (r *Repository) Switch(branch string) error

func (*Repository) SwitchOrCreate

func (r *Repository) SwitchOrCreate(branch string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL