I have a local clone with my commits showing the author and email id as UserA since I configured my clone using git config.
I extracted and merged some commits from my clone colleague (UserB), who is also working on the same project, to my clone instead of extracting and merging with the parent project.
My git log shows my commits and is done by my colleague.
Question: I'm here
1) Code Overview Gerrit recognizes a commit in the parent project. Therefore, when I click on my local clone, the commits that I pulled from my colleague are not recognized, and I get this error
! [remote failure] HEAD -> refs / for / project1 (you are not a committer to UserB@xyz.com )
Can someone help me with this Gerrit error?
2) How can I determine if a commit that has the name of my colleague is pulled from the parent project or pulled directly from my clone colleague
source
share