-
-
Save zh4n7wm/b22ffdbf77e6a7a6b80b205cc5f8ecf5 to your computer and use it in GitHub Desktop.
Set gerrit permission via editing gerrit project config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# checkout | |
git fetch origin refs/meta/config:refs/remotes/origin/meta/config | |
git checkout meta/config | |
# push | |
# directly: | |
git push origin meta/config:meta/config | |
# via review: | |
git push origin meta/config:refs/for/refs/meta/config | |
# flush | |
ssh gerrit gerrit flush-caches --cache project_list | |
ssh gerrit gerrit flush-caches --cache projects |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment