Top "Gerrit" questions

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

Gerrit push to refs/for/master prohibited

I have updated the All Project access permission yesterday, people says that they cannot push changes to repository this morning. …

git push gerrit
Gerrit: combine multiple commits into one "change"

As a git best practice, one should commit frequently, but to review the code you may need to review a …

git gerrit
Gerrit recreating change-ids

I am using gerrit. I used the following command $ cd .git/hooks $ scp -P 29418 demo@localhost:hooks/commit-msg . $ cd ../.. This …

git gerrit
Gerrit: ! [remote rejected] HEAD -> refs/publish/master (no new changes)

I made some changes, committed them and pushed the branch to Gerrit (git push gerrit). Now my changes don't appear …

git gerrit
Not able to add comments on Gerrit. It rather gets added as Draft. What am I doing wrong?

Not able to add comments on Gerrit. It rather gets added as Draft. What am I doing wrong? Others in …

gerrit
Edit project.config in a Gerrit project

I want to add a "verified" label to my Gerrit project to allow Jenkins to verify that the code builds …

jenkins gerrit
How to merge commit in Gerrit Code Review

I'm newbie to gerrit: http://code.google.com/p/gerrit/ I installed it with git on my local Mac. It's …

git merge commit gerrit
How to merge the Gerrit branch to another Gerrit branch

I'm using Gerrit version 2.4.2. I have a branch master and I created a new branch, called newbranch. Then I pushed …

git gerrit
How to amend review issues in Gerrit when there is a second newer review also

Still trying to learn how to use Gerrit and its process. Steps I did where Push first change1 to gerrit …

git gerrit
Cannot push tags in Git

I am unable to push the annotated tag in my git remote repository. All the access permission have been provided …

git gerrit git-push