Changes
Page history
update
authored
Mar 14, 2015
by
Administrator
Show whitespace changes
Inline
Side-by-side
clone-ibank.markdown
View page @
30f10945
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
1.
Выкачиваем суперрепозиторий:
1.
Выкачиваем суперрепозиторий:
```
```
git clone
-b master
git@source.isimplelab.com:
ibank
/ibank_root.git
git clone git@source.isimplelab.com:
build
/ibank_root.git
```
```
2.
Переходим в созданный каталог:
2.
Переходим в созданный каталог:
...
@@ -22,4 +22,10 @@ git submodule update --init --remote
...
@@ -22,4 +22,10 @@ git submodule update --init --remote
git submodule foreach git checkout master
git submodule foreach git checkout master
```
```
*Для выкачивания ветки повторяем описанные выше действия, заменив "master" на имя выкачиваемой ветки.*
Для выкачивания ветки:
```
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
```