Update getting started

This commit is contained in:
Tilen Majerle 2021-12-24 20:11:19 +01:00
parent 59df82d535
commit 9fb392cda4

View File

@ -45,10 +45,10 @@ This is used when you do not have yet local copy on your machine.
Update cloned to latest version Update cloned to latest version
""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""
* Open console and navigate to path in the system where your resources repository is. Use command ``cd your_path`` * Open console and navigate to path in the system where your repository is located. Use command ``cd your_path``
* Run ``git pull origin master --recurse-submodules`` command to pull latest changes and to fetch latest changes from submodules on ``master`` branch * Run ``git pull origin master`` command to get latest changes on ``master`` branch
* Run ``git pull origin develop --recurse-submodules`` command to pull latest changes and to fetch latest changes from submodules on ``develop`` branch * Run ``git pull origin develop`` command to get latest changes on ``develop`` branch
* Run ``git submodule foreach git pull origin master`` to update & merge all submodules * Run ``git submodule update --init --remote`` to update submodules to latest version
.. note:: .. note::
This is preferred option to use when you want to evaluate library and run prepared examples. This is preferred option to use when you want to evaluate library and run prepared examples.