git - Gerrit branch access modification through command line -


i change access rule deactivated branches on gerrit "allow" "deny".. have command line options available ?

you can edit access rights through git protocol using refs/meta/config pseudo-branch. see docs.

you checkout branch, modify project.config , push gerrit server. that's how can automate this.


Comments