Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlbunch/dee2299d4ac9bf67a683331725aa2412 to your computer and use it in GitHub Desktop.
Save karlbunch/dee2299d4ac9bf67a683331725aa2412 to your computer and use it in GitHub Desktop.
Edit gerrit project config
# 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