| ... | @@ -5,13 +5,10 @@ |
... | @@ -5,13 +5,10 @@ |
|
|
* If you want to put this project under git:
|
|
* If you want to put this project under git:
|
|
|
* Remove the .git project (since it is the one of the template)
|
|
* Remove the .git project (since it is the one of the template)
|
|
|
* Copy the .git folder of your cloned new empty project there instead
|
|
* Copy the .git folder of your cloned new empty project there instead
|
|
|
* Add to .git/config the following lines at the end:
|
|
* Remove the Plugins folder (since we want to add those as submodules)
|
|
|
```git
|
|
* Execute in git bash: ``git submodule add -b develop https://devhub.vr.rwth-aachen.de/VR-Group/ndisplayextensions.git Plugins/nDisplayExtensions``
|
|
|
[submodule "Plugins/nDisplayExtensions"]
|
|
* Execute in git bash: ``git submodule add -b develop https://devhub.vr.rwth-aachen.de/VR-Group/ndisplayinput.git Plugins/nDisplayInput``
|
|
|
url = https://devhub.vr.rwth-aachen.de/VR-Group/ndisplayextensions.git
|
|
|
|
|
[submodule "Plugins/nDisplayInput"]
|
|
|
|
|
url = https://devhub.vr.rwth-aachen.de/VR-Group/ndisplayinput.git
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |