Last active
October 31, 2024 00:19
-
-
Save smirn0v/b8e6c4bedebed23a0328 to your computer and use it in GitHub Desktop.
Edit 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 | |
#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
The direct push did not work for me, but the review did, 10x.