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 suddenly unable to push any changes.When we execute git push we see the following error:[详细]
2023-03-31 09:33 分类:问答How to configure specific upstream push refspec for Git when used with Gerrit?
I\'m setting up Git with Gerrit Code Review and am looking for a way to make the necessary Git commands relatively straightforward for users who might be new to Git.[详细]
2023-03-29 01:27 分类:问答gerrit: use LDAP auth and have a gerrit-local account for Jenkins
We a new gerrit 2.2.1 server using LDAP authentication in our corporate environment.We also have a Jenkins server running as a local UNIX jenkins user that I want to get check in with gerrit and post[详细]
2023-03-25 19:38 分类:问答How to setup a Gerrit mirror in a remote location
We use git with Gerrit for code reviewing in Europe and it works fine ;) The problem is that开发者_运维技巧 we have colleagues in Asia with an internet connection that makes cloning, pushing and pulli[详细]
2023-03-23 06:08 分类:问答Gerrit - Replicating to github?
Struggling to get gerrit replication working. Here is a sample of my replication.config [remote \"github\"][详细]
2023-03-19 02:02 分类:问答pushing multiple unrelated commits to remote git repo
I have a situation where I am working on two different projects on a particular branch. I have finished project \"A\", committed the change, and pushed the change up to the remote. This change \"A\" i[详细]
2023-03-17 22:28 分类:问答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 my team a开发者_Python百科re able to add comments though.Comments are published when you make them p[详细]
2023-03-12 05:06 分类:问答Excluding author from peer reviewer list in gerrit
I\'m setting up the access control for my company in gerrit and in our current internal process has cross-over between peer reviewers and coders (they tend to be the same group of people).We also want[详细]
2023-03-11 14:50 分类:问答Rebasing a Detached HEAD against a master branch
I use gerrit at my job, and it requires use of rebase instead of merge commits. Today I checked out a previous commit using its hash value, and when I ran the git branch command, I was informed I was[详细]
2023-03-09 22:33 分类:问答How to correctly remove .git/refs/changes/*
My team uses gerrit for handling revision. For each revision, gerrit creates a branch-like thing in the git repository, that looks like .git/refs/changes/1/2/3.[详细]
2023-02-28 23:08 分类:问答