... | @@ -21,28 +21,3 @@ git submodule update --init --remote |
... | @@ -21,28 +21,3 @@ git submodule update --init --remote |
|
```bat
|
|
```bat
|
|
git submodule foreach git checkout master
|
|
git submodule foreach git checkout master
|
|
``` |
|
``` |
|
|
|
|
|
Для выкачивания 12-й ветки:
|
|
|
|
```bat
|
|
|
|
git clone git@source.isimplelab.com:build/ibank_root_12.git
|
|
|
|
cd ibank_root_12
|
|
|
|
git submodule update --init --remote
|
|
|
|
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
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Для выкачивания кубаневской ветки:
|
|
|
|
```bat
|
|
|
|
git clone git@source.isimplelab.com:build/ibank_root_kuban.git
|
|
|
|
cd ibank_root_kuban
|
|
|
|
git submodule update --init --remote
|
|
|
|
git submodule foreach git checkout kuban_phase2
|
|
|
|
``` |
|
|
|
\ No newline at end of file |
|
|