English 中文(简体)
Configuring Git-Review
  • 时间:2024-09-17

Gerrit - Configuring Git-Review


Previous Page Next Page  

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