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

12,136

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.

Share:
12,136
Vedavyas Velaga
Author by

Vedavyas Velaga

Updated on June 05, 2022

Comments

  • Vedavyas Velaga
    Vedavyas Velaga almost 2 years

    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.

  • Vedavyas Velaga
    Vedavyas Velaga over 7 years
    this git review command is going to send my code for team-lead's review. i checked git --help, there is no review command in help list. P.S. i checked the git --help from other system, in that machine also it is not showing in help , BUT git review command is working fine there.
  • prabodhprakash
    prabodhprakash over 7 years
    You have to send a pull request. If you repository is on github. go to your repository on browser and then you will see Pull Request. You need to create pull request for this. Let me know, if you need more explanation for pull request.
  • Vedavyas Velaga
    Vedavyas Velaga over 7 years
    i am using gerrit. why i am using "git review" is to submit git branches to gerrit for review. The screen shot which you attached i never saw.
  • prabodhprakash
    prabodhprakash over 7 years
    Its a different problem altogether then, not a git issue at all.
  • Vedavyas Velaga
    Vedavyas Velaga over 7 years
    I have followed the same, still no vain. any troubleshot steps to identify where the problem exactly present ?