https://github.com/go-git/cli
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/go-git/cli
- Owner: go-git
- License: apache-2.0
- Created: 2024-12-31T11:07:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-23T14:34:17.000Z (8 months ago)
- Last Synced: 2025-06-04T23:10:20.341Z (6 months ago)
- Language: Go
- Size: 42 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Go Git CLI
This provides a Go Git CLI binary using `go-git`.
## Installation
```bash
go install github.com/go-git/cli/cmd/gogit
```
## Usage
```bash
gogit [flags]
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.