Top "Git-review" questions

git-review is a CLI tool for Git / Gerrit that facilitates communication with Gerrit Code Review when using command line.

pip connection failure: cannot fetch index base URL http://pypi.python.org/simple/

I run sudo pip install git-review, and get the following messages: Downloading/unpacking git-review Cannot fetch index base URL http://…

python git ubuntu pip git-review
How to review a specific commit on Git

I sent a commit (named "A commit") to review (Gerrit) using git review command. Now, I make a new commit (…

git gerrit git-commit git-review
$ git review git: 'review' is not a git command. See 'git --help'

I am using git for source control in visual studio 2010. I can use commands like "git status" , "git commit" but …

visual-studio-2010 github version-control gerrit git-review
How does git-review work?

I want to know, how exactly does git review command work? I mean does it use git push command (internally) …

git gerrit githooks git-review