Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/tuxbox-cvs/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/tuxbox-cvs/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
apps
-
Cloning this repository:
git clone git://gitorious.org/~seife/tuxbox-cvs/apps.git apps cd apps
Add this repository as a remote to an existing local repository:
git remote add apps git://gitorious.org/~seife/tuxbox-cvs/apps.git git fetch apps git checkout -b my-local-tracking-branch apps/master_or_other_branch
cdk
-
Cloning this repository:
git clone git://gitorious.org/~seife/tuxbox-cvs/cdk.git cdk cd cdk
Add this repository as a remote to an existing local repository:
git remote add cdk git://gitorious.org/~seife/tuxbox-cvs/cdk.git git fetch cdk git checkout -b my-local-tracking-branch cdk/master_or_other_branch
driver
-
Cloning this repository:
git clone git://gitorious.org/~seife/tuxbox-cvs/driver.git driver cd driver
Add this repository as a remote to an existing local repository:
git remote add driver git://gitorious.org/~seife/tuxbox-cvs/driver.git git fetch driver git checkout -b my-local-tracking-branch driver/master_or_other_branch
boot
-
Cloning this repository:
git clone git://gitorious.org/~seife/tuxbox-cvs/boot.git boot cd boot
Add this repository as a remote to an existing local repository:
git remote add boot git://gitorious.org/~seife/tuxbox-cvs/boot.git git fetch boot git checkout -b my-local-tracking-branch boot/master_or_other_branch
hostapps
-
Cloning this repository:
git clone git://gitorious.org/~seife/tuxbox-cvs/hostapps.git hostapps cd hostapps
Add this repository as a remote to an existing local repository:
git remote add hostapps git://gitorious.org/~seife/tuxbox-cvs/hostapps.git git fetch hostapps git checkout -b my-local-tracking-branch hostapps/master_or_other_branch
spider-team
-
Cloning this repository:
git clone git://gitorious.org/~spider-team/tuxbox-cvs/spider-team.git spider-team cd spider-team
Add this repository as a remote to an existing local repository:
git remote add spider-team git://gitorious.org/~spider-team/tuxbox-cvs/spider-team.git git fetch spider-team git checkout -b my-local-tracking-branch spider-team/master_or_other_branch

