Gerrit Code Review Training Course
Gerrit is a free, open-source, web-based code review tool that integrates with Git and is built on the Git version control system. It functions as a repository where you can push code and initiate reviews for your commits.
This instructor-led live training (available online or on-site) is designed for software engineers and anyone keen on learning how to use Gerrit as a Git repository and conduct code reviews.
Upon completing this training, participants will be able to:
- Comprehend how Gerrit operates and manage the Gerrit web interface.
- Master best practices for utilizing Gerrit in managing code review workflows.
- Administer and configure a Gerrit project.
Course Format
- Interactive lectures and discussions.
- Abundant exercises and practical sessions.
- Hands-on implementation within a live-lab environment.
Customization Options for the Course
- For customized training requests, please get in touch with us to arrange.
Course Outline
Introduction
- Gerrit overview
- Navigating the Gerrit UI
Getting Started
- Setting up Git
- Creating a project
- Creating branches and tags
- Managing access controls
- Deleting a project
Configuring User Settings
- Name and status configuration
- Email and SSH key configuration
- Configuring the project watch list
Pushing Code to Gerrit
- Pushing code for review
- Pushing a patchset
Using the Change Screen
- Walkthrough of the change screen
- Comments and approval
- Making and committing changes
- Pushing changes to Gerrit
- Reverting submitted changes
- Abandoning and restoring changes
Resolving Conflicts
- Introduction to rebase
- Introduction to cherry-pick
Troubleshooting
Summary and Next Steps
Requirements
- Foundational knowledge of Git
Target Audience
- Software engineers
- Gerrit project administrators
- Anyone interested in learning how to use Gerrit
Need help picking the right course?
southafrica@nobleprog.co.za or +27 (0)10 005 5793
Gerrit Code Review Training Course - Enquiry
Testimonials (1)
Repeat the important takeaway
Milly Chen - Logitech
Course - Gerrit Code Review
Related Courses
Advanced GitLab
21 HoursThis instructor-led live training in Nigeria (online or on-site) is designed for intermediate to advanced professionals who wish to apply GitLab for advanced CI/CD workflows, project structuring, and collaborative development using the Free edition of GitLab.
By the end of this training, participants will be able to:
- Implement advanced GitLab CI/CD pipelines with custom runners and reusable templates.
- Organize projects effectively using groups and namespaces.
- Collaborate on code, issues, and documentation with Markdown and GitLab tools.
- Apply GitLab Pages, release workflows, and secure configurations in real-world projects.
Git Hands-on Workshop with Azure DevOps
14 HoursThis instructor-led, live training in Nigeria (online or onsite) targets intermediate-level developers and DevOps engineers who wish to gain hands-on experience with Git and Azure DevOps, focusing on branch management, merge strategies, conflict resolution, and effective use of graphical clients.
By the end of this training, participants will be able to:
- Understand fundamental Git concepts and workflows.
- Effectively manage branches and merges in collaborative environments.
- Resolve conflicts using best practices in real-life scenarios.
- Utilize graphical clients (SourceTree and GitKraken) for Git management.
- Perform practical Git operations both from the console and graphical interfaces.
- Work with Git in Azure DevOps for repository integration and version control.
Comprehensive Git
21 HoursThis is a comprehensive course designed for individuals who are not familiar with any other distributed version control system. It starts with simple exercises for working in a local repository and finishes with practising working in a team.
This course focuses on exercises.
Gitea: Self-Hosted Git Forge Replacing GitHub and GitLab
14 HoursGitea is a lightweight, open-source, self-hosted Git service that offers repository management, code review, issue tracking, and CI/CD integration. It has become a popular alternative to GitHub and GitLab.com for teams seeking full control over their source code without being bound by third-party terms of service or export restrictions.
Git and GitHub Fundamentals
21 HoursThis instructor-led, live training in Nigeria (online or onsite) targets developers and software engineers who are new to the GitHub platform and wish to leverage its features alongside Git for superior versioning and management of an enterprise application's source code.
By the end of this training, participants will be able to:
- Set up and configure an account to access GitHub's web-based platform.
- Understand the mechanics of Git's system and grasp the foundational concepts underpinning GitHub.
- Create and manage GitHub repositories while implementing Git workflows.
- Execute source code changes within GitHub and sync revisions made outside the platform.
- Operate fundamental GitHub components such as Pull Requests, Tags, Releases, and others.
- Perform version control functionalities based on Git and utilise GitHub's bash environment.
- Create repository branches to resolve project defects collaboratively with the team.
- Gain a thorough understanding and familiarity with the structures of Git and GitHub to foster better programming practices.
GitHub Fundamentals for Enterprise Security and Automation
21 HoursThis instructor-led live training in Nigeria (online or onsite) is designed for intermediate-level developers and DevOps professionals seeking to enhance the security, governance, and automation of their GitHub environments, particularly within an enterprise setting.
By the end of this training, participants will be able to:
- Configure and manage GitHub security settings and repository access.
- Implement security best practices using GitHub tools like Dependabot and CodeQL.
- Create, reuse, and maintain GitHub Actions and workflows.
- Monitor and audit activity for compliance and governance at scale.
Gitlab and Gitlab CI
14 HoursThis instructor-led, live training in Nigeria (onsite or remote) targets developers who wish to set up and use GitLab for version control and continuous integration.
By the end of this training, participants will be able to:
- Install and configure GitLab.
- Understand how to implement an alternative to GitHub.
- Use GitLab to manage a DevOps lifecycle.
- Utilise GitLab for Continuous Integration and Continuous Delivery.
- Develop, release, and test software efficiently using GitLab.
GitLab Self-Managed: Complete DevSecOps Platform Without SaaS
21 HoursGitLab Self-Managed provides an on-premises deployment of GitLab's complete DevSecOps platform, including source code management, CI/CD, container registry, security scanning, and monitoring. It is the gold standard for organizations that want the full GitLab feature set without SaaS dependency or data leaving their network.
Git for Users
7 HoursGit for Users empowers developers and project managers with essential version control skills using Git to facilitate collaborative software development. The course explores fundamental aspects of the Git data model, various object types, branching approaches, and merging processes. It reviews established techniques for managing commit history, performing diff analysis, executing stash operations, creating tags, and implementing distributed development strategies with hosted repositories. This resource supports software teams in controlling version histories, addressing merge conflicts, and ensuring code traceability throughout collaborative projects.
Git for Victims of Subversion
7 HoursMake a smooth shift from Subversion to Git through this specialized migration training tailored for SVN users eager to leverage distributed version control. This practical course explores essential Git principles, everyday workflow patterns, sophisticated branching and merging techniques, end-to-end migration processes, Git internals, and valuable integration tips. It empowers developers to bypass common errors and confidently adopt modern DVCS practices, enabling faster and more collaborative development.
Kubernetes and Gitlab
14 HoursThis instructor-led, live training in Nigeria (online or onsite) is aimed at DevOps engineers who wish to use Kubernetes and Gitlab to automate the DevOps lifecycle.
By the end of this training, participants will be able to:
- Automate application builds, tests, and deployments.
- Create an automated build infrastructure.
- Deploy an application to a containerized cloud environment.
Release Management and Deployment with Distributed Version Control System
7 HoursThis course is designed for project managers, release managers, product managers, product owners, Scrum Masters, software architects, and anyone involved in planning software releases and deployments.
It demonstrates how to transition changes from requirements, through development and testing, to the production environment using a distributed version control system (with a specific focus on GIT, though professionals using other distributed source code management tools can also benefit).
Woodpecker CI: Lightweight Self-Hosted Pipelines for Gitea and Forgejo
14 HoursWoodpecker CI is a straightforward yet robust continuous integration engine crafted specifically for self-hosted Git forges such as Gitea and Forgejo. It offers a lean, Docker-native CI/CD experience, bypassing the complexity and licensing costs associated with enterprise CI platforms.