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?
Just follow the below steps:
git add
.git commit --amend
that pops up a COMMIT-EDITMGS window. Save it accordingly.Push your change to gerrit using git push origin HEAD:refs/for/branch_name
It will create a new patch set.