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

Vedavyas Velaga picture Vedavyas Velaga · Sep 29, 2016 · Viewed 12.3k times · Source

I am using git for source control in visual studio 2010. I can use commands like "git status" , "git commit" but when i try to use "git review" i am getting the error as " git: 'review' is not a git command. See 'git --help'." Help me please

Edit1: i am using "git review" to submit git branches (code) to gerrit for review.

Answer

Flows picture Flows · Sep 30, 2016

Git review is an external command from git. It is not a command included in git code. You have to install it.

Please follow Git-review documentation to the installation if you intend to use it.