mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
532 B
14 lines
532 B
8 years ago
|
# Git Module [![Build Status](https://travis-ci.org/gogits/git-module.svg?branch=master)](https://travis-ci.org/gogits/git-module)
|
||
|
|
||
|
Package git-module is a Go module for Git access through shell commands.
|
||
|
|
||
|
## Limitations
|
||
|
|
||
|
- Go version must be at least **1.3**.
|
||
|
- Git version must be no less than **1.7.1**, and greater than or equal to **1.8.0** is recommended.
|
||
|
- For Windows users, try use as new a version as possible.
|
||
|
|
||
|
## License
|
||
|
|
||
|
This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text.
|