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: 10 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T14:38:40.000Z (about 2 years ago)
- Last Synced: 2025-03-11T11:48:28.777Z (11 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.
[](https://github.com/zcubbs/git/releases)

[](https://pkg.go.dev/github.com/zcubbs/git)
[](https://github.com/zcubbs/git/actions/workflows/lint.yaml)
[](https://github.com/zcubbs/git/actions/workflows/scan.yaml)

[](https://goreportcard.com/report/github.com/zcubbs/git)
[](https://github.com/zcubbs/git/graphs/contributors)
[](./LICENSE)
## Usage
```bash
go get github.com/zcubbs/git
```