Changes
Page history
Инструкция по выкачиванию 13-й ветки
authored
May 08, 2015
by
Николай Кальгин
Hide whitespace changes
Inline
Side-by-side
clone-ibank.markdown
View page @
5ee24259
...
@@ -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
```