Hi, thanks for your reply.
On Jan 26, 7:33 am, Edwin Kempin <
edwin.kem...@gmail.com> wrote:
> To allow 'Push Branch +3' in Gerrit 2.2.x you would need to
> assign the 'Create Reference' access right and the 'Push' access right with
> the 'Force' option being set. How the access rights are mapped between
> Gerrit 2.1.x and Gerrit 2.2.x is explained here [1].
Ok, I've already added above rights to the group I belong to. I'm now
able to create branch and push it to origin [1], but how can I see it
or switch to it?
When listing project branches through Gerrit web UI, there is nothing
than master.
[1] mgrzechocinski@mghp:~/dev/RD/javaproject[master]$ git push origin
HEAD:refs/dev/mateusz.grzechocinski/test_branch
Total 0 (delta 0), reused 0 (delta 0)
To ssh://gerrit/test/javaproject.git
* [new branch] HEAD -> refs/dev/mateusz.grzechocinski/
test_branch
Thanks in advance for any reply.
Matthew