[TYPO3-core] Incubator troubles

Björn Pedersen pedersen at frm2.tum.de
Tue Nov 29 09:50:34 CET 2011


Am 29.11.2011 09:21, schrieb Jigal van Hemert:
> Hi Peter,
> 
> Thanks for your patience.
> 
> On 29-11-2011 8:43, Peter Niederlag wrote:
>>> $ git status
>>> # On branch project-graphicslibrary
>>> # Your branch is ahead of 'origin/project-graphicslibrary' by 322
>>> commits.
>>> #
>>
> 
>> Tip: start over with a clean local branch.
> 
> You're kidding, right? ;-) Git the ultimate change management tool
> requires me to throw away my edits and start all over?

No need to throw away:
just  check out a clean branch, and
use:
 git cherry-pick <your commit>

Normally that should resolve the problems.

Björn



More information about the TYPO3-team-core mailing list