Categorygithub.com/taubyte/go-simple-git
modulepackage
0.2.5
Repository: https://github.com/taubyte/go-simple-git.git
Documentation: pkg.go.dev

# README

go-simple-git

Release License Go Report Card GoDoc Discord

Description

This is a simply git client which simplifies calls to go-git and provides an interface for interacting with git.

Testing

Set env["TEST_GIT_TOKEN"] to your git token. For authenticating with tests.

You may also need to change the repositories to your own.

go test 

Maintainers

  • Samy Fodil @samyfodil
  • Sam Stoltenberg @skelouse
  • Tafseer Khan @tafseer-khan

# Functions

Author is an Option to set the repository author.
Branch is an Option to set the repository branch.
EmbeddedToken is an Option to set the repository token.
Info uses pterm to display info messages.
New creates a new repository.
Preserve is an Option to set the repository to be preserved.
Root is an Option to set the repository root.
SSHKey is an Option to set the repository SSH key.
Temporary is an Option to set the repository to be temporary.
Token is an Option to set the repository token.
URL is an Option to set the repository URL.

# Structs

Repository represents a repository.

# Type aliases

No description provided by the author