Is it possible to fetch an existing patchset (that has not been merged into my local machine), change and push it as a new Patch Set?
Consult Trying out a Change in the official documentation.
Here is what you do:
git --amend
and remove the Change-Id
in the commit messageChange-Id
will automatically be added and this will result in a new Change SetAs pointed out by @magnus-bäck, I was describing how to create a new Change-Set. If you want to add a new Patch Set to the current review you should NOT remove the Change-Id
.