Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: gitreview.remote origin

...

Within Git Bash, type the following command: assumes you already installed python above

$ pip install git-review

To use git review, you have to be in a Git clone directory that already contains a (possibly hidden) .gitreview configuration file (see Gerrit/Advanced usage#Setting up a repository for git-remote), otherwise you will get the error message UnboundLocalError: local variable 'no_git_dir' referenced before assignment.

...

git config --global --add gitreview.username <your_LF_user_name>

Configure git review

Code Block
themeMidnight
git config --global gitreview.remote origin


If you are using VPN, you might encounter a proxy problem while connecting to the Linux Foundation website. To avoid the problem, you should add the proxy setting in git config, using the following command:

...