Repositories
flazy
Ядро
-
Cloning this repository:
git clone git://gitorious.org/flazy/flazy.git flazy cd flazy
Add this repository as a remote to an existing local repository:
git remote add flazy git://gitorious.org/flazy/flazy.git git fetch flazy git checkout -b my-local-tracking-branch flazy/master_or_other_branch
lilis-flazy
-
Cloning this repository:
git clone git://gitorious.org/~lili/flazy/lilis-flazy.git lilis-flazy cd lilis-flazy
Add this repository as a remote to an existing local repository:
git remote add lilis-flazy git://gitorious.org/~lili/flazy/lilis-flazy.git git fetch lilis-flazy git checkout -b my-local-tracking-branch lilis-flazy/master_or_other_branch
lex-flazy
-
Cloning this repository:
git clone git://gitorious.org/+flazy-developers/flazy/lex-flazy.git lex-flazy cd lex-flazy
Add this repository as a remote to an existing local repository:
git remote add lex-flazy git://gitorious.org/+flazy-developers/flazy/lex-flazy.git git fetch lex-flazy git checkout -b my-local-tracking-branch lex-flazy/master_or_other_branch
style
Стили
-
Cloning this repository:
git clone git://gitorious.org/flazy/style.git style cd style
Add this repository as a remote to an existing local repository:
git remote add style git://gitorious.org/flazy/style.git git fetch style git checkout -b my-local-tracking-branch style/master_or_other_branch
language
Языковые пакеты
-
Cloning this repository:
git clone git://gitorious.org/flazy/language.git language cd language
Add this repository as a remote to an existing local repository:
git remote add language git://gitorious.org/flazy/language.git git fetch language git checkout -b my-local-tracking-branch language/master_or_other_branch
extensions
Расширения
-
Cloning this repository:
git clone git://gitorious.org/flazy/extensions.git extensions cd extensions
Add this repository as a remote to an existing local repository:
git remote add extensions git://gitorious.org/flazy/extensions.git git fetch extensions git checkout -b my-local-tracking-branch extensions/master_or_other_branch
integration
Скрипты интеграции
-
Cloning this repository:
git clone git://gitorious.org/flazy/integration.git integration cd integration
Add this repository as a remote to an existing local repository:
git remote add integration git://gitorious.org/flazy/integration.git git fetch integration git checkout -b my-local-tracking-branch integration/master_or_other_branch
migration
Скрипты для миграции с других веб-форумов.
-
Cloning this repository:
git clone git://gitorious.org/flazy/migration.git migration cd migration
Add this repository as a remote to an existing local repository:
git remote add migration git://gitorious.org/flazy/migration.git git fetch migration git checkout -b my-local-tracking-branch migration/master_or_other_branch

