This commit is contained in:
Vadim Zendejas 2017-09-29 08:34:13 +02:00
Родитель a2a728e966
Коммит a9ff0cfb35
6 изменённых файлов: 29 добавлений и 0 удалений

17
.gitmodules поставляемый
Просмотреть файл

@ -6,3 +6,20 @@
path = InfrastructureModernization/OpenShiftWithCloudFormsAndOMS
url = git@github.com:khaled99b/LAB-OpenShift-Container-Platform-and-CloudForms-on-Azure-.git
branch = master
[submodule "ApplicationModernization/ScenarioLabs/LoyaltyLab"]
path = ApplicationModernization/ScenarioLabs/LoyaltyLab
url = git@github.com:shanepeckham/CADLab_Loyalty.git
branch = master
[submodule "ApplicationModernization/ScenarioLabs/PersonalisationLab"]
path = ApplicationModernization/ScenarioLabs/PersonalisationLab
url = git@github.com:shanepeckham/CADScenario_Personalisation.git
branch = master
[submodule "ApplicationModernization/ScenarioLabs/LoyaltySecurityLab"]
path = ApplicationModernization/ScenarioLabs/LoyaltySecurityLab
url = git@github.com:shanepeckham/CADLab_Loyalty_Security.git
branch = master
[submodule "ApplicationModernization/ScenarioLabs/RecommendationsLab"]
path = ApplicationModernization/ScenarioLabs/RecommendationsLab
url = git@github.com:shanepeckham/CADScenario_Recommendations.git
branch = master

@ -0,0 +1 @@
Subproject commit 960e7ccc46dfe99654dcdf1bb8e5d6afdac46c5c

@ -0,0 +1 @@
Subproject commit fcda71322c0adca26d5047683f2e43f0fd20de75

@ -0,0 +1 @@
Subproject commit 6ea31125f7e9c073ec7a4113850e7142c9b9be7a

@ -0,0 +1 @@
Subproject commit 8c1801fb5f886790d82ace06f66744a9df62ba81

Просмотреть файл

@ -18,6 +18,14 @@ In order to updated the repository submodules content, you cna execute the follo
git submodule update --remote --recursive
```
## Adding a submodule
Adding a submodule to point to an external repository is simple. Please use this command to add a new submodule to this repository:
```
git submodule add [Repository Url] [Directory to Add the submodule]
```
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a