How to Install git-review in Ubuntu 18.04



Install git-review by entering the following commands in the terminal:

sudo apt update
sudo apt install git-review

Description:

git command for submitting branches to Gerrit

git-review is a tool that helps submitting git branches to gerrit for review. It is used extensively for the development and maintenance of OpenStack, but it can be used for any project using Gerrit.

Homepage: http://docs.openstack.org/infra/git-review/

Version: 1.26.0-1

Section: universe/python