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

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -