Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
H How-To
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • docs
  • How-To
  • Wiki
  • clone ibank

Last edited by Николай Кальгин Sep 08, 2017
Page history

clone ibank

Получение репозиториев интернет-банка

Чтобы выкачать разом все модули интернет-банка:

  1. Выкачиваем суперрепозиторий:
git clone git@source.isimplelab.com:build/ibank_root.git
  1. Переходим в созданный каталог:
cd ibank_root
  1. Инициализируем подмодули (--init) и получаем последние обновления (--remote):
git submodule update --init --remote
  1. Переключаем подмодули из состояния анонимной ветки (detached HEAD) на ветку master:
git submodule foreach git checkout master
Clone repository
  • Work in branches
  • clone ibank
  • create new module
  • create ssh key
  • git essentials
  • initial config
  • remove module
  • submodule basic