User:TCipriani (WMF)/Gerrit/Tutorial/Submit

From mediawiki.org

🧑🏽‍💻 Gerrit for Product Analytics–Tutorial


Submit

Now that you have a new schema lineage, you're ready to submit to code review on Gerrit. Make sure you have git-review installed on your system and you've git review -s in schemas/event/secondary, then the command to push changes to Gerrit is:

git review -R

The -R option tells git-review not to perform a rebase before submitting the change to Gerrit.

Git review

And that's it!!

You should have a change that looks like this when you're done!