git

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Git

type Git struct {
	Repository  string
	AccessToken string
	Directory   string
	Output      io.Writer
}

Git ...

func New

func New(repository, token, dir string, output io.Writer) *Git

New ...

func (*Git) Auth added in v0.2.0

func (g *Git) Auth() string

Auth ...

func (*Git) CloneAndMerge

func (g *Git) CloneAndMerge(pr *models.PullRequest) error

CloneAndMerge merges the tip of a pull request into the tip of base.

func (*Git) RevParseBase

func (g *Git) RevParseBase(pr *models.PullRequest) (string, error)

RevParseBase retrieves the SHA of the base branch.

Jump to

Keyboard shortcuts

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