git

package
v0.0.0-...-302dbc3 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package git provides an integration with the git command

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clean

func Clean(output string, err error) (string, error)

Clean the output.

func ExtractRepoFromConfig

func ExtractRepoFromConfig(ctx context.Context) (result config.Repo, err error)

ExtractRepoFromConfig gets the repo name from the Git config.

func ExtractRepoFromURL

func ExtractRepoFromURL(rawurl string) (config.Repo, error)

func IsRepo

func IsRepo(ctx context.Context) bool

IsRepo returns true if current folder is a git repository.

func Run

func Run(ctx context.Context, args ...string) (string, error)

Run runs a git command and returns its output or errors.

func RunWithEnv

func RunWithEnv(ctx context.Context, env []string, args ...string) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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