the gerrit version is : 2.4.2
1)there is a branch "master" on gerrit
2)create a new branch "newbranch" on gerrit
3)push some changes to the gerrit's "newbranch"
4)verify and merge the changes to gerrit's "newbranch"
then, I want to merge the "newbranch" to "master", and delete the "newbranch"
What should I do ?
I tried do this:
git fetch
git checkout master
git merge newbranch
git push origin master:refs/for/master
but the gerrit warning me : no changes