An open API service indexing awesome lists of open source software.

https://github.com/go-git/cli


https://github.com/go-git/cli

Last synced: 6 months ago
JSON representation

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.