[TYPO3-core] How to set up Git GUI client with SSH-RSA key on Windows

Björn Pedersen pedersen at frm2.tum.de
Fri Jun 3 08:21:48 CEST 2011


Am 03.06.2011 03:10, schrieb Thomas "Thasmo" Deinhamer:
> Steffen Gebert wrote:
>> If you push them together, Gerrit starts the review process for each of
>> them.
> 
> Thanks for the help!
> 
> In the docs I can read the push command should be:
>     git push origin HEAD:refs/for/<release-branch>/<topic>
> 
> I'm not sure exactly what this does.
> 
> 1.) Is "for" a remote branch?
> 2.) Do I need to use this syntax for CORE only or also for
> ViewhelperIncubator?
> 
> Thanks a lot,
> Thomas

Hi,

refs/for/ is  gerrit's special path for review requests (like
refs/heads/ in plain git). That part should be kept literally. So of
course you also need that for all gerrit pushes.

<release-branch> is typically master, if you are not fixing bugs in one
of the older releases (which is main used by the core).

<topic> is optional: it allows gerrit to group requests. That is usefull
in case of multiple commits or if you are working on a patch for
multiple versions.

If the commits really are one logical change, think about rebasing and
squashing the commits before pushing.

Björn



More information about the TYPO3-team-core mailing list