1# Git Module23[](https://pkg.go.dev/github.com/gogs/git-module/v2?tab=doc)45Package git-module is a Go module for Git access through shell commands.67## Requirements89- Git version must be no less than **2.4.9**.1011## Installation1213```zsh14go get github.com/gogs/git-module/v215```1617## License1819This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text.