[TYPO3-core] How to push to a topic branch
Björn Pedersen
pedersen at frm2.tum.de
Fri Apr 1 09:45:02 CEST 2011
Am 01.04.2011 09:34, schrieb Ernesto Baschny [cron IT]:
> Björn Pedersen schrieb am 01.04.2011 08:55:
>
>> I am looking for a reference how to push to a topic branch. It is
>> currently not in the wiki.
>
> I added the necessary information in [1].
>
> Basically you create the topic branch in Gerrit with:
>
> git push origin HEAD:refs/for/<release-branch>/<topic>
>
> for example:
>
> git push origin HEAD:refs/for/master/1234
>
> Cheers,
> Ernesto
>
> [1]
> http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine#Starting_a_new_Change_Request_.28RFC.29
>
Thanks ;) Then I can do it for new pushes.
Björn
More information about the TYPO3-team-core
mailing list