diff options
author | Kieran <32241933+KieranRobson@users.noreply.github.com> | 2022-10-02 15:02:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 15:02:10 +0000 |
commit | 3854dfd246003a6acd059fed03ca1060c0027f18 (patch) | |
tree | dc25d34e71a6b7869076179dbc59e0277aaf7204 | |
parent | Add KitchenOwl to Recipe Management (#3308) (diff) | |
download | awesome-selfhosted-3854dfd246003a6acd059fed03ca1060c0027f18.tar.gz awesome-selfhosted-3854dfd246003a6acd059fed03ca1060c0027f18.zip |
Add Gerrit to Project Management (#3298)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1839,6 +1839,7 @@ _See also: [awesome-sysadmin/Code Review](https://github.com/awesome-foss/awesom - [Bonobo Git Server](https://bonobogitserver.com/) - Set up your own self hosted git server on IIS for Windows. Manage users and have full control over your repositories with a nice user friendly graphical interface. ([Source Code](https://github.com/jakubgarfield/Bonobo-Git-Server)) `MIT` `C#` - [Fossil](https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki) - Distributed version control system featuring wiki and bug tracker. `BSD-2-Clause-FreeBSD` `C` +- [Gerrit](https://www.gerritcodereview.com/) - A code review and project management tool for Git based projects. ([Source Code](https://github.com/GerritCodeReview/gerrit)) `Apache-2.0` `Java/Docker` - [Gitblit](https://gitblit.github.io/gitblit/) - Pure Java stack for managing, viewing, and serving Git repositories. ([Source Code](https://github.com/gitblit/gitblit)) `Apache-2.0` `Java` - [gitbucket](https://gitbucket.github.io/gitbucket-news/) - Easily installable GitHub clone powered by Scala. ([Source Code](https://github.com/gitbucket/gitbucket)) `Apache-2.0` `Scala/Java` - [Gitea](https://gitea.io) - Community managed fork of Gogs, lightweight code hosting solution. ([Demo](https://try.gitea.io), [Source Code](https://github.com/go-gitea/gitea)) `MIT` `Go` |