[FLOW3-general] Using Git best practice

Karsten Dambekalns karsten at typo3.org
Thu Nov 24 11:27:35 CET 2011


Hi.

On 18.11.11 09:49, Adrian Föder wrote:
> But besides packages, I also want to have e.g. the Configuration under
> version control, also of course I'd have additional submodules in
> ".gitmodules". How could I be aware of this case?

Create a branch for your changes would be one solution. Then make origin
point to your own project repository and use something like flow3 for
the FLOW3 base distribution repository.

Then you can merge or rebase selectively from flow3/master into your own
branch and push to origin just fine without interfering with the
official repository.

Note: untested ideas encountered above! :)

Regards,
Karsten


More information about the FLOW3-general mailing list