Uploading changes in Gerrit Code Review
This post discus about various aspects of uploading code changes (review) in Gerrit. Create Changes To create new changes for review, push to the project’s magical refs/for/'branch' ref using any Git client tool: git push ssh://sshusername@hostname:29418/projectname HEAD:refs/for/branch Each new commit uploaded by the git push client will be converted into [...]