Gerrit is a web-based software code review tool for reviewing, approving, or rejecting changes to the source code developed by your colleagues. Gerrit works as an intermediate environment for source control between the local environment and the remote Git repository.
You configured the required Cloud Connector and destination in your account.
-
Enable Gerrit:
-
Navigate to File > Preferences > Settings.
-
From the list of preferences, under Extensions, click Sapbas.
-
Under Gerrit: Enabled, select the Whether gerrit is enabled checkbox.
-
Under Gerrit: Configuration, click Add Item and add the required properties (hookPath, protocol, and hostname) and their values, which can be obtained from your organization's Gerrit administrator.
This is the configuration for SAP WDF Gerrit system:
-
-
Clone your project. See Cloning Repositories.
-
Perform your change and create a commit. See Commit (Amend) Changes.
-
From the SOURCE CONTROL view menu, click More Actions.
-
Select Push to Gerrit.
Related Information