Gerrit branch access modification through command line
问题 I would like to change the access rule for the deactivated branches on gerrit from "ALLOW" to "DENY".. do we have any command line options available for it ? 回答1: You can edit access rights through the Git protocol using the refs/meta/config pseudo-branch. See the docs. You checkout that branch, modify the project.config and push back to the Gerrit server. That's how you can automate this. 来源: https://stackoverflow.com/questions/23194310/gerrit-branch-access-modification-through-command-line