From the Gerrit Tutorial, When this command git review -s
is run it should show some messages.
Running this command from my terminal returns nothing and instead the command-prompt ($) re-appears
I already:
- I already have git-review installed via:
sudo apt-get install git-review
- SSH setup for connecting to Gerrit
- Cloned the Example Extension (this was the suggested experimental clone from the tutorial) and navigated into in using cd
Is this behavior normal?