mirror of
https://github.com/odoo/documentation.git
synced 2025-12-13 16:09:11 +07:00
[FIX] developer/rd-training: fix commands
Changed commands that were still referring to Odoo 14.0 to 15.0
closes odoo/documentation#1880
X-original-commit: b578f575d0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
committed by
Antoine Vandevenne (anv)
parent
7277af11d1
commit
f6b60c1010
@@ -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 master
|
||||
|
||||
$ cd $HOME/src/enterprise
|
||||
$ git checkout 14.0
|
||||
$ git checkout master
|
||||
|
||||
* 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/master
|
||||
|
||||
$ cd $HOME/src/enterprise
|
||||
$ git fetch --all --prune
|
||||
$ git rebase --autostash enterprise/14.0
|
||||
$ git rebase --autostash enterprise/master
|
||||
|
||||
|
||||
Install the dependencies
|
||||
|
||||
Reference in New Issue
Block a user