Gerrit 简明教程
Gerrit Tutorial
Gerrit 是一款基于 Web 的代码审查工具,与 Git 集成并建立在 Git 版本控制系统之上(帮助开发者协同工作并维护其工作记录)。代码审查完成后,它允许将更改合并到 Git 仓库中。
Gerrit is a web-based code review tool, which is integrated with Git and built on top of Git version control system (helps developers to work together and maintain the history of their work). It allows merging changes to Git repository when you are done with the code reviews.
Audience
本教程将帮助初学者了解 Gerrit 工具的基本功能。完成本教程后,你会发现自己的 Gerrit 工具使用专业知识处于中等水平,你可以更进一步提升。
This tutorial will help beginners learn the basic functionality of Gerrit tool. After completing this tutorial, you will find yourself at a moderate level of expertise in using Gerrit tool from where you can take yourself to the next levels.
Prerequisites
我们假设你准备使用 Gerrit 处理所有级别的 Java 和非 Java 项目。因此,如果你有一些软件开发生命周期的接触体验,并且具有开发基于 Web 的应用程序和非基于 Web 的应用程序的工作知识,那就太好了。
We assume that you are going to use Gerrit to handle all levels of Java and Non-Java projects. Hence, it will be good if you have some amount of exposure to software development life cycle and a working knowledge of developing web-based and non-webbased applications.