Changes
Page history
update
authored
Mar 14, 2015
by
Administrator
Hide whitespace changes
Inline
Side-by-side
clone-ibank.markdown
View page @
e63254d9
...
...
@@ -3,27 +3,27 @@
Чтобы выкачать разом все модули интернет-банка:
1.
Выкачиваем суперрепозиторий:
```
```
bat
>
git
clone
git
@source.isimplelab.com:build/ibank_root.git
```
2.
Переходим в созданный каталог:
```
```
bat
>
cd
ibank_root
```
3.
Инициализируем подмодули (--init) и получаем последние обновления (--remote):
```
```
bat
>
git
submodule
update
--init --remote
```
4.
Переключаем подмодули из состояния анонимной ветки (detached HEAD) на ветку master:
```
```
bat
>
git
submodule
foreach
git
checkout
master
```
Для выкачивания ветки:
```
```
bat
>
git
clone
git
@source.isimplelab.com:build/ibank_root_12.git
>
cd
ibank_root_12
>
git
submodule
update
--init --remote
...
...
...
...