This document provides an overview of Gerrit Code Review, including:
- Gerrit allows code review of commits before they are integrated into branches through a "push for code review" workflow. It creates changes and change refs for pushed commits.
- Changes can be reviewed through the Gerrit web interface by viewing diffs and leaving comments. Reviewers can vote on changes using configurable review labels like "Code-Review".
- The standard workflow involves pushing commits for review, reviewing and voting on changes, and then submitting approved changes to branches. Gerrit integrates with Git and provides access controls and permissions on repositories.