[IMP] contributing/dev: add cd command to the git config section

closes odoo/documentation#4253

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Jonathan 2023-04-25 08:10:41 +00:00
parent ba1105bff7
commit 817e332160

View File

@ -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:<your_github_account>/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:<your_github_account>/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