mirror of
https://github.com/odoo/documentation.git
synced 2026-03-27 14:10:23 +07:00
[IMP] on_premise: recommend users to fetch a single branch
Cloning the whole repo is time-consuming and sometimes not needed, encourage people to start only with the single version. closes odoo/documentation#16841 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
@@ -57,15 +57,15 @@ Started developer tutorial </developer/tutorials/server_framework_101>`.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ git clone https://github.com/odoo/odoo.git
|
||||
$ git clone https://github.com/odoo/enterprise.git
|
||||
$ git clone --branch {CURRENT_BRANCH} --single-branch https://github.com/odoo/odoo.git
|
||||
$ git clone --branch {CURRENT_BRANCH} --single-branch https://github.com/odoo/enterprise.git
|
||||
|
||||
.. tab:: Clone with SSH
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ git clone git@github.com:odoo/odoo.git
|
||||
$ git clone git@github.com:odoo/enterprise.git
|
||||
$ git clone --branch {CURRENT_BRANCH} --single-branch git@github.com:odoo/odoo.git
|
||||
$ git clone --branch {CURRENT_BRANCH} --single-branch git@github.com:odoo/enterprise.git
|
||||
|
||||
.. group-tab:: Windows
|
||||
|
||||
@@ -75,15 +75,15 @@ Started developer tutorial </developer/tutorials/server_framework_101>`.
|
||||
|
||||
.. code-block:: doscon
|
||||
|
||||
C:\> git clone https://github.com/odoo/odoo.git
|
||||
C:\> git clone https://github.com/odoo/enterprise.git
|
||||
C:\> git clone --branch {CURRENT_BRANCH} --single-branch https://github.com/odoo/odoo.git
|
||||
C:\> git clone --branch {CURRENT_BRANCH} --single-branch https://github.com/odoo/enterprise.git
|
||||
|
||||
.. tab:: Clone with SSH
|
||||
|
||||
.. code-block:: doscon
|
||||
|
||||
C:\> git clone git@github.com:odoo/odoo.git
|
||||
C:\> git clone git@github.com:odoo/enterprise.git
|
||||
C:\> git clone --branch {CURRENT_BRANCH} --single-branch git@github.com:odoo/odoo.git
|
||||
C:\> git clone --branch {CURRENT_BRANCH} --single-branch git@github.com:odoo/enterprise.git
|
||||
|
||||
.. group-tab:: Mac OS
|
||||
|
||||
@@ -93,15 +93,15 @@ Started developer tutorial </developer/tutorials/server_framework_101>`.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ git clone https://github.com/odoo/odoo.git
|
||||
$ git clone https://github.com/odoo/enterprise.git
|
||||
$ git clone --branch {CURRENT_BRANCH} --single-branch https://github.com/odoo/odoo.git
|
||||
$ git clone --branch {CURRENT_BRANCH} --single-branch https://github.com/odoo/enterprise.git
|
||||
|
||||
.. tab:: Clone with SSH
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ git clone git@github.com:odoo/odoo.git
|
||||
$ git clone git@github.com:odoo/enterprise.git
|
||||
$ git clone --branch {CURRENT_BRANCH} --single-branch git@github.com:odoo/odoo.git
|
||||
$ git clone --branch {CURRENT_BRANCH} --single-branch git@github.com:odoo/enterprise.git
|
||||
|
||||
.. note::
|
||||
**The Enterprise git repository does not contain the full Odoo source code**. It is only a
|
||||
|
||||
Reference in New Issue
Block a user