[FIX] developer/rd-training: fix commands
Changed commands that were still referring to Odoo 14.0 to 15.0
closes odoo/documentation#1879
X-original-commit: b578f575d0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
bc2e37d73d
commit
1bee07e966
@ -148,10 +148,10 @@ Here are some useful git commands for your day-to-day work.
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ cd $HOME/src/odoo
|
$ cd $HOME/src/odoo
|
||||||
$ git checkout 14.0
|
$ git checkout saas-15.3
|
||||||
|
|
||||||
$ cd $HOME/src/enterprise
|
$ cd $HOME/src/enterprise
|
||||||
$ git checkout 14.0
|
$ git checkout saas-15.3
|
||||||
|
|
||||||
* Fetch and rebase:
|
* Fetch and rebase:
|
||||||
|
|
||||||
@ -159,11 +159,11 @@ Here are some useful git commands for your day-to-day work.
|
|||||||
|
|
||||||
$ cd $HOME/src/odoo
|
$ cd $HOME/src/odoo
|
||||||
$ git fetch --all --prune
|
$ git fetch --all --prune
|
||||||
$ git rebase --autostash odoo/14.0
|
$ git rebase --autostash odoo/saas-15.3
|
||||||
|
|
||||||
$ cd $HOME/src/enterprise
|
$ cd $HOME/src/enterprise
|
||||||
$ git fetch --all --prune
|
$ git fetch --all --prune
|
||||||
$ git rebase --autostash enterprise/14.0
|
$ git rebase --autostash enterprise/saas-15.3
|
||||||
|
|
||||||
|
|
||||||
Install the dependencies
|
Install the dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user