Gerrit merge upload

I am new to git and repo. I made some changes to the local repo and I want to upload these changes to Gerrit for viewing. I want to load a merge command instead of loading individual commits. Can someone help me, I don’t know how to do this.

+4
source share
1 answer

Do you know that you will eventually receive a change request for each individual commit? Each person must be represented at the repo by a person.

So, if that is not what you want, you should reinstall and merge some commits together.

If you really want to download all commits, including merge commit, you need Push Merge Commmits permission .

+1
source

All Articles