I have a local clone with my commits showing author and email id as UserA since i have configured my clone with git config.
I fetched and merged some commits from my colleague's clone (UserB) whoc is also working on the same project, to my clone instead of fetching and merging from the parent project.
My Git log, shows commits made by me and commits made by my colleague.
Question i have here is
1)Gerrit code review recognizes commit in the parent project. So when i push from my local clone, the commits i pulled from my colleague as not recognized and i get this error
! [remote rejected] HEAD -> refs/for/project1 (you are not committer UserB@xyz.com)
Can someone help me with this Gerrit error?
2)How can i identify whether a commit that has my colleague's name is pull from the parent project or pulled directly from my colleague's clone