diff --git a/content/contributing/development.rst b/content/contributing/development.rst index 4a7f6e3a3..a0b1235cd 100644 --- a/content/contributing/development.rst +++ b/content/contributing/development.rst @@ -51,21 +51,25 @@ and then push them to GitHub. Skip this section and go to .. code-block:: console + $ cd /CommunityPath $ git remote add dev git@github.com:/odoo.git If you have access to `odoo/enterprise`, configure the related remote too. .. code-block:: console + $ cd /EnterprisePath $ git remote add dev git@github.com:/enterprise.git .. tab:: Link Git with odoo-dev .. code-block:: console + $ cd /CommunityPath $ git remote add dev git@github.com:odoo-dev/odoo.git $ git remote set-url --push origin no_push + $ cd /EnterprisePath $ git remote add dev git@github.com:odoo-dev/enterprise.git $ git remote set-url --push origin no_push