Tagged Questions

0
votes
1answer
49 views

is there a way to generate “incremental” patch set in gerrit using git?

Firstly, I have one pacthset1 for commitA, then I push the pacth set to gerrit for review. Then, I made some additional new changes by amending commitA, how could I separate these new changes from ...