[Flow] putting a FLOW project under version control with git
Robin Lehrmann
role at vkf-renzel.de
Thu Nov 21 15:07:58 CET 2013
Hi,
Am 21.11.2013 15:01, schrieb Lorenz Bausch:
> I'm currently working on a project using FLOW and want to develop on it
> with others using a git repository.
>
> The command mentioned in the Definitive Guide
> "composer create-project --dev --keep-vcs typo3/flow-base-distribution
> tutorial 2.0.0"
> also creates a .gitignore in the root folder with the following content:
>
> ---------------------%<---------------------
> /Build/
> /Configuration/
> /Data/
> /Packages/
> /Web/
> /bin/
> /Readme.txt
> /Upgrading.txt
> /flow
> /flow.bat
> --------------------->%---------------------
>
> This prevents any configuration files or packages from being checked in
> and I wonder if there's any best practice or standard approach to use
> git, besides just deleting the .gitignore.
If you want to create your own packages and have repositories for it, I
would suggest that you have your package in a repository.
Then you can add your package in the global composer.json of flow.
Maybe you can create a seperate repository for the base-distribution
where you can store the global configs and the global composer.json
Cheers
More information about the Flow
mailing list