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.
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.