I have a gerrit group named "UI_Developers"
I use the following command to submit my changes for viewing:
git push origin HEAD:refs/for/master% r=abc@morg.com
But I want to add all the members to the UI_Developers group as a reviewers command line. Using the user interface is easy using the command line, any idea how to add the whole gerrit group as a reviewer?
PS: ssh -p ...set-reviewers -a reviewer method is rather cumbersome, so I'm not looking for it.
source share