[TYPO3-core] How to push to a topic branch

Ernesto Baschny [cron IT] ernst at cron-it.de
Fri Apr 1 09:34:55 CEST 2011


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



More information about the TYPO3-team-core mailing list