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

