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.

README.md 1.2KB

12345678910111213141516171819202122232425
  1. # Git Shell
  2. [![Build Status](http://drone.gitea.io/api/badges/go-gitea/git/status.svg)](http://drone.gitea.io/go-gitea/git)
  3. [![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/NsatcWJ)
  4. [![](https://images.microbadger.com/badges/image/gitea/gitea.svg)](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
  5. [![Coverage Status](https://coverage.gitea.io/badges/go-gitea/git/coverage.svg)](https://coverage.gitea.io/go-gitea/git)
  6. [![Go Report Card](https://goreportcard.com/badge/code.gitea.io/git)](https://goreportcard.com/report/code.gitea.io/git)
  7. [![GoDoc](https://godoc.org/code.gitea.io/git?status.svg)](https://godoc.org/code.gitea.io/git)
  8. This project is a Go module to access Git through shell commands. For further
  9. informations take a look at the current [documentation](https://godoc.org/code.gitea.io/git).
  10. ## Contributing
  11. Fork -> Patch -> Push -> Pull Request
  12. ## Authors
  13. * [Maintainers](https://github.com/orgs/go-gitea/people)
  14. * [Contributors](https://github.com/go-gitea/git/graphs/contributors)
  15. ## License
  16. This project is under the MIT License. See the [LICENSE](LICENSE) file for the
  17. full license text.