Top "Gerrit" questions

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

Why is git push gerrit HEAD:refs/for/master used instead of git push origin master

I've just started using gerrit and I want to know why we need to do git push gerrit HEAD:refs/…

git gerrit
Gerrit error when Change-Id in commit messages are missing

I set up a branch in the remote repository and made some commits on that branch. Now I want to …

git merge branch master gerrit
How to git-pull a given patch set from Gerrit?

When working with Gerrit (Code Review), I often need to get a copy of a given patch set for testing …

git gerrit
Git push remote rejected {change ### closed}

i am having problems pushing my changes from my local master to remote master because of this error: remote: Processing …

git gerrit
gerrit - git (pull vs checkout vs cherrypick) which is for what?

In Android's gerrit ex: link, to download the patch, I see 4 options. repo download checkout pull cherry-pick What is the …

git gerrit
How to push Drafts to Gerrit?

I am unable to push the Drafts to gerrit. When I try to push drafts to gerrit it is throwing …

git gerrit
git unpack error on push to gerrit

On push of a new branch to a gerrit server we encounter the following error: de@roma:~/git-hate/www$ git …

git push gerrit unpack
Git / gerrit, push remote rejected no changes made

Made changes to a commit, performed commit amend. Do a push and I get the error: ! [remote rejected] master -&…

git gerrit
How can I recover my Git repository for a "missing tree" error?

We are using Gerrit for our Git repository. On a project that has been active for several months, we are …

git gerrit
Commiter email address does not match in IntelliJ even changing it to correct one

When I try to push my commits from git repository to gerrit remote repository from Linux environment in IntelliJ idea …

git intellij-idea gerrit