gh

package module
v0.0.0-...-e95563c Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2017 License: MIT Imports: 3 Imported by: 0

README

GH - GitHub Command Line Tools

GoDoc Go Report Card

Installation

go get github.com/kaneshin/gh/cmd/gh

Usage

gh -config ~/.config/gh.tml -env gh merge -m 'commit message' base-commit head-commit

License

The MIT License (MIT)

Author

Shintaro Kaneko kaneshin0120@gmail.com

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func NewClient

func NewClient(token, owner, repo string) *Client

NewClient returns a new Client which contains github.Client.

func (Client) PerformMerge

func (c Client) PerformMerge(base, head string, msg *string) (*github.RepositoryCommit, error)

PerformMerge performs the base branch that the head will be merged into.

Directories

Path Synopsis
cmd
gh

Jump to

Keyboard shortcuts

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