Top "Gerrit" questions

Gerrit is a web based code review and project management for Git based projects.

Gerrit push not working. Remote rejected, prohibited by gerrit

I am trying to add an existing repo to gerrit. I create an empty project and have tried pushing it (…

git github ssh gerrit
How to login Gerrit as Administrator

I installed my gerrit on Ubuntu server. As gerrit said:The first people who logined gerrit is Administrator. So I …

git gerrit
How to change a patchset and push it as a new one?

Is it possible to fetch an existing patchset (that has not been merged into my local machine), change and push …

gerrit
Gerrit: remote rejected (you are not allowed to upload merges) even though I allowed "Push merge commit"

I've configured Gerrit to allow Push Merge Commit on my branch, but I still get the following error when I …

gerrit
How to cherry pick from branch A to branch B on a system without history?

Suppose I have a new system with no git history and I take a fresh checkout of branch A. Branch …

eclipse git gerrit cherry-pick
Gerrit with Github

I am using github and I am willing to start using Gerrit with it. Since Gerrit uses JGit, I am …

git github gerrit
Git push error: does not match your user account

I executed the following commands: git pull <partner_remote> <partner_branch> git config user.email <…

git gerrit
Searching Gerrit by Commit Message

Our team uses a standard of prefixing all commit messages with "bz12345:" (where 12345 is replaced by the bug you're working …

gerrit
How to connect Jira and Gerrit

I am using Gerrit and Jira. I want to connect with gerrit to Jira. When I review the code and …

jira gerrit
Why Gerrit is unable to create branch by itself?

Following this answer and my own question, I have a simple (hope so) question. If I'm pushing a particular branch, …

git version-control gerrit