... | ... | @@ -50,6 +50,6 @@ SSH vs. SSL: |
|
|
-------------------------------
|
|
|
By default, SSH is the recommended method for secure git actions on OpenVT (see [getting started](https://virtual.openvt.eu/platform_manual_and_guidelines/manual_and_guidelines/wikis/Getting-started-with-Git) section for how to operate SSH in Linux and Windows). The reason that we prefer this method is that it allows painless use of submodules (see below). However, git actions can also be performed via SSL, which does not require creating an SSH key first.
|
|
|
|
|
|
Pulling one project into another: Submodules
|
|
|
Pulling one project into another: Submodules and subtrees
|
|
|
---------------------------------------------
|
|
|
Git offers the possibility to use the content of one repository from another one using Submodules. Learn how to set up a submodule [here.](https://virtual.openvt.eu/platform_manual_and_guidelines/manual_and_guidelines/wikis/submodules) |
|
|
\ No newline at end of file |
|
|
Git offers two ways to use the content of one repository from another: submodules and subtrees. Learn how to set up a submodule [here.](https://virtual.openvt.eu/platform_manual_and_guidelines/manual_and_guidelines/wikis/submodules). |
|
|
\ No newline at end of file |