mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
[FIX] developer/rd-training: fix commands
Changed commands that were still referring to Odoo 14.0 to 15.0 closes odoo/documentation#1868 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
@@ -148,10 +148,10 @@ Here are some useful git commands for your day-to-day work.
|
||||
.. code-block:: console
|
||||
|
||||
$ cd $HOME/src/odoo
|
||||
$ git checkout 14.0
|
||||
$ git checkout 15.0
|
||||
|
||||
$ cd $HOME/src/enterprise
|
||||
$ git checkout 14.0
|
||||
$ git checkout 15.0
|
||||
|
||||
* Fetch and rebase:
|
||||
|
||||
@@ -159,11 +159,11 @@ Here are some useful git commands for your day-to-day work.
|
||||
|
||||
$ cd $HOME/src/odoo
|
||||
$ git fetch --all --prune
|
||||
$ git rebase --autostash odoo/14.0
|
||||
$ git rebase --autostash odoo/15.0
|
||||
|
||||
$ cd $HOME/src/enterprise
|
||||
$ git fetch --all --prune
|
||||
$ git rebase --autostash enterprise/14.0
|
||||
$ git rebase --autostash enterprise/15.0
|
||||
|
||||
|
||||
Install the dependencies
|
||||
|
||||
Reference in New Issue
Block a user