[TYPO3-core] Gerrit Workflow with changing patchsets

Nicolas de Haen typo3 at ndh-websolutions.de
Thu Jul 28 09:37:54 CEST 2011


Hi Peter,


 > bascily I think you should have two branches, one for each
 > change-request. So all you would have to do is:
 >
 > * git checkout <branch-cr-two>
 > * git rebase <branch-cr-one>
 > * # git push <branch-cr-two>

Do I need to create the branches on gerrit too?

Or can I push from a local branch to origin master?

What I do to modify an existing changeset is basically this:

git fetch git://git.typo3.org/TYPO3v4/Extensions/extension_builder 
refs/changes/46/3246/1

git co FETCH_HEAD

(currently on no branch)

-- make changes --

git add .
git ci --amend
git push origin HEAD:refs/for/46/3246


Could you describe the correct steps?
(I promise to update the Wiki then...)
;-)

regards,
Nico






More information about the TYPO3-team-core mailing list