What is Gerrit?
Gerrit is a comprehensive web-based code review and repository management platform for the Git version control system. It simplifies Git-based project maintenance by allowing any authorized user to submit changes to the master Git repository, eliminating the need for the project maintainer to manually merge in all approved changes. Gerrit is a self-hosted pre-commit code review tool that serves as a Git hosting server with the ability to comment on incoming changes. It is highly configurable and extensible, featuring default guarding policies, webhooks, project access control, and more
Highlights
- Simplifies Git-based project maintenance by allowing any authorized user to submit changes to the master repository
- Serves as a self-hosted Git hosting server with the ability to comment on incoming changes
- Highly configurable and extensible, with features like default guarding policies, webhooks, and project access control
Features
Code review
Real time collaboration