Compare commits

...

1 Commits

Author SHA1 Message Date
Jonathan
bb4689ee98 [IMP] contributing/dev: add cd command to the git config section 2023-04-25 10:15:04 +02:00

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