git

package
v1.0.37 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2016 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SCM_URL_INDEX = 0
	BRANCH_INDEX  = 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Repo added in v1.0.37

type Repo interface {
	Checkout() error
	MergePR(prNumber, sha string) error
	GetPath() string
}

Repo is a git repo

func New added in v1.0.37

func New(scmURL, path string) (Repo, error)

New returns a new repo object

Jump to

Keyboard shortcuts

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