blob: 0b58e8ff97e8ef39a8e968b33963f27cb896efe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Git Shell
[](http://drone.gitea.io/go-gitea/git)
[](https://gitter.im/go-gitea/gitea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
[](https://coverage.gitea.io/go-gitea/git)
[](https://goreportcard.com/report/code.gitea.io/git)
[](https://godoc.org/code.gitea.io/git)
This project is a Go module to access Git through shell commands. For further
informations take a look at the current [documentation](https://godoc.org/code.gitea.io/git).
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
* [Maintainers](https://github.com/orgs/go-gitea/people)
* [Contributors](https://github.com/go-gitea/git/graphs/contributors)
## License
This project is under the MIT License. See the [LICENSE](LICENSE) file for the
full license text.
|