Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcubbs/git
A Git package for Go. Handles Git operations and file synchronization with a remote repository.
https://github.com/zcubbs/git
git gitops go sync
Last synced: 30 days ago
JSON representation
A Git package for Go. Handles Git operations and file synchronization with a remote repository.
- Host: GitHub
- URL: https://github.com/zcubbs/git
- Owner: zcubbs
- License: mit
- Created: 2023-12-31T14:36:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-31T14:38:40.000Z (12 months ago)
- Last Synced: 2024-01-02T01:58:42.612Z (12 months ago)
- Topics: git, gitops, go, sync
- Language: Go
- Homepage: https://pkg.go.dev/github.com/zcubbs/git
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git
A Git package for Go. Handles Git operations and file synchronization with a remote repository.
[![tag](https://img.shields.io/github/tag/zcubbs/git)](https://github.com/zcubbs/git/releases)
![Go Version](https://img.shields.io/badge/Go-%3E%3D%201.21-%23007d9c)
[![GoDoc](https://godoc.org/github.com/zcubbs/git?status.svg)](https://pkg.go.dev/github.com/zcubbs/git)
[![Lint](https://github.com/zcubbs/git/actions/workflows/lint.yaml/badge.svg)](https://github.com/zcubbs/git/actions/workflows/lint.yaml)
[![Scan](https://github.com/zcubbs/git/actions/workflows/scan.yaml/badge.svg?branch=main)](https://github.com/zcubbs/git/actions/workflows/scan.yaml)
![Build Status](https://github.com/zcubbs/git/actions/workflows/test.yaml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/zcubbs/git)](https://goreportcard.com/report/github.com/zcubbs/git)
[![Contributors](https://img.shields.io/github/contributors/zcubbs/git)](https://github.com/zcubbs/git/graphs/contributors)
[![License](https://img.shields.io/github/license/zcubbs/git.svg)](./LICENSE)## Usage
```bash
go get github.com/zcubbs/git
```