eficode-academy / git-katas

A set of exercises for deliberate Git Practice
MIT License
1.32k stars 860 forks source link

Add kata to demonstrate submodules and subtree are used in combination #280

Open bicschneider opened 4 years ago

bicschneider commented 4 years ago

As developers, we would like to work in a flat repository when committing code to my component/framework including functional test and resources, but I cannot share the whole repository. As a consumer/product we do not want to merge in changes from the framework to our git history. We just want to add the "component/framework" as a dependency to my product.

Create a kata to demonstrate and practice this scenario