Gerrit - Configuring Git-Review



Gerrit is built on top of Git version control system, which extracts the code from other host, pushing changes to the code, submitting the code for review, etc. The default remote name of Git is origin and we tell git-review to use this name 'origin' by using the following command.

$ git config --global gitreview.remote origin
Advertisements