git-module

git clone git://git.lin.moe/fork/git-module.git

 1# Git Module 
 2
 3[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/gogs/git-module/v2?tab=doc)
 4
 5Package git-module is a Go module for Git access through shell commands.
 6
 7## Requirements
 8
 9- Git version must be no less than **2.4.9**.
10
11## Installation
12
13```zsh
14go get github.com/gogs/git-module/v2
15```
16
17## License
18
19This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text.