[Neos] How to tell composer to answer the remove VCS history question automatically

Christian Müller christian.mueller at typo3.org
Sun Jun 29 13:56:31 CEST 2014


Hi Christian,

Christian Glass wrote:
> Hi folks,
> 
> 
> Some minutes after calling...
> 
>   composer create-project --no-dev typo3/neos-base-distribution TYPO3-Neos
> 
> ...this user-interaction is neccessary:
> 
>   Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]?
> 
> 
> Is there any parameter that I did not find yet, telling composer to
> answer this question automatically with "n"?

Sure, use

composer create-project --keep-vcs --no-dev --no-interaction
typo3/neos-base-distribution TYPO3-Neos

Cheers,
Christian
-- 
Christian Müller
Flow / Neos Team Community Contact

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org




More information about the Neos mailing list