git

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 12, 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
	Directory  string
	Output     io.Writer
}

Git ...

func New

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

New ...

func (*Git) CloneAndMerge

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

CloneAndMerge a given commit in the Pullrequest into the latest version 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