Repositories
biacv
Main repository of BiaCV application
-
Cloning this repository:
git clone git://gitorious.org/biacv/biacv.git biacv cd biacv
Add this repository as a remote to an existing local repository:
git remote add biacv git://gitorious.org/biacv/biacv.git git fetch biacv git checkout -b my-local-tracking-branch biacv/master_or_other_branch

