Top "Gerrit" questions

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

Delete a project in Gerrit

I can create a project in Gerrit through: ssh –p 29418 [ip-address] gerrit create-project --name [project-name] But, how can I delete …

git gerrit
How to create a new Patchset in Gerrit?

I am new to Gerrit and want to create a new Patch when new changes are submitted. I setup Gerrit …

git gerrit git-commit git-amend
why is git-cherrypick saying nothing to commit

I googled a lot for the below issue but couldn't get any substantial info...please help me out,created a …

git github gerrit git-cherry-pick
not valid: is this a git repository?

My question is NOT this question. On performing a git clone I am getting this error. Command than I am …

git github clone gerrit gitblit
Cannot merge in Gerrit

Whenever I sent a review to Gerrit and if the review is pending for some time, I am getting cannot …

git git-merge gerrit
How to review a specific commit on Git

I sent a commit (named "A commit") to review (Gerrit) using git review command. Now, I make a new commit (…

git gerrit git-commit git-review
Revert to older patch set version via the Gerrit UI?

If I have multiple patch set versions for one change in Gerrit, it seems like I can only submit the …

gerrit
How to push tag to specific branch in gerrit

I have a branch called v2.0 in gerrit. Now I want to the current stat of this branch as v2.0.1. …

git gerrit
Gerrit Change has Status:Submitted, Merge Pending, how to solve it?

The Gerrit system is only used by us several people. Once there is a Change A, and its status is: "…

git gerrit
Import repository from git to gerrit

I have two questions about Gerrit: How do I convert or import an already existing Git repository into Gerrit's format? …

git gerrit