Sunday, 15 February 2015

git - Gerrit workflow - no new changes -



git - Gerrit workflow - no new changes -

i having problems our gerrit workflow. have pushed code review review has been rejected -1 , need submit patchset same review.

i doing next , having problems:

git fetch [repo] refs/changes/93/493/1 && git checkout fetch_head 3 files: a, b, c part of commit based upon review create changes a git add together (to stage new version) git commit --amend --all (the changeid remains same - files a, b, c) git force review

i getting error:

! [remote rejected] master -> refs/for/master (no new changes)

can explain me missing?

gerrit reply if 2 commits (the current patch set on gerrit , local head) same. sure you've made changes files , commited them?

you can find 2 sha-1's this:

in gerrit "patch set 1 locally git log -n1

git gerrit

No comments:

Post a Comment