Инструкция по выкачиванию 13-й ветки authored by Николай Кальгин's avatar Николай Кальгин
...@@ -22,10 +22,18 @@ git submodule update --init --remote ...@@ -22,10 +22,18 @@ git submodule update --init --remote
git submodule foreach git checkout master git submodule foreach git checkout master
``` ```
Для выкачивания ветки: Для выкачивания 12-й ветки:
```bat ```bat
git clone git@source.isimplelab.com:build/ibank_root_12.git git clone git@source.isimplelab.com:build/ibank_root_12.git
cd ibank_root_12 cd ibank_root_12
git submodule update --init --remote git submodule update --init --remote
git submodule foreach git checkout ibankfl-branch-2-0-12-393 git submodule foreach git checkout ibankfl-branch-2-0-12-393
``` ```
Для выкачивания 13-й ветки:
```bat
git clone git@source.isimplelab.com:build/ibank_root_13.git
cd ibank_root_13
git submodule update --init --remote
git submodule foreach git checkout ibankfl-branch-2-0-13-499
```