git

package
v0.0.0-...-7013275 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2021 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRemote

func GetRemote(dir string) (string, error)

GetRemote looks at the given directory and returns the first git-remote name.

func NewDryRunClient

func NewDryRunClient() (*dryRunClient, error)

func NewGithubClient

func NewGithubClient(owner, repo string) (*githubClient, error)

func NewGitlabClient

func NewGitlabClient(owner, repo string) (*gitlabClient, error)

Types

type Client

type Client interface {
	PublishFile(path, content, message string, branch *string) error
	CreateForkFrom(owner, repo string) error
	CreateBranch(branch string) error
	Exists() bool
}

func NewClient

func NewClient(repoURL string, dryRun bool) (Client, error)

Jump to

Keyboard shortcuts

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