<p>Dear folks</p>
<p>I have another question on git rebase.</p>
<p>Scenario:</p>
<p>1. On Gerrit, a feature branch is created from master branch commit A.<br>
2. Change B is uploaded into the feature branch, whose parent is commit A. It's not merged.<br>
3. In master branch, commits C and D are merged after A.<br>
4. I want to rebase Change B on top of commit D.</p>
<p>If I simply do a rebase or cherry-pick and execute `git push origin HEAD:refs/for/the-feature-branch`, commits C and D would show up in the review queue in the feature branch. (I didn't try recently but I saw this happened before)<br>
What should I do to rebase Change B without having to review C and D again?</p>
<p>Yours, Junxiao</p>