Repositories
graphics
Main repository of re-lab project with scripts and specs.
-
Cloning this repository:
git clone git://gitorious.org/re-lab/graphics.git graphics cd graphics
Add this repository as a remote to an existing local repository:
git remote add graphics git://gitorious.org/re-lab/graphics.git git fetch graphics git checkout -b my-local-tracking-branch graphics/master_or_other_branch
audio
Specs for audio related file formats
-
Cloning this repository:
git clone git://gitorious.org/re-lab/audio.git audio cd audio
Add this repository as a remote to an existing local repository:
git remote add audio git://gitorious.org/re-lab/audio.git git fetch audio git checkout -b my-local-tracking-branch audio/master_or_other_branch
tools
Generic tools we created
-
Cloning this repository:
git clone git://gitorious.org/re-lab/tools.git tools cd tools
Add this repository as a remote to an existing local repository:
git remote add tools git://gitorious.org/re-lab/tools.git git fetch tools git checkout -b my-local-tracking-branch tools/master_or_other_branch
franksters-tools
-
Cloning this repository:
git clone git://gitorious.org/~frankster/re-lab/franksters-tools.git franksters-tools cd franksters-tools
Add this repository as a remote to an existing local repository:
git remote add franksters-tools git://gitorious.org/~frankster/re-lab/franksters-tools.git git fetch franksters-tools git checkout -b my-local-tracking-branch franksters-tools/master_or_other_branch
oletoy
-
Cloning this repository:
git clone git://gitorious.org/~vmiklos/re-lab/oletoy.git oletoy cd oletoy
Add this repository as a remote to an existing local repository:
git remote add oletoy git://gitorious.org/~vmiklos/re-lab/oletoy.git git fetch oletoy git checkout -b my-local-tracking-branch oletoy/master_or_other_branch

