Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/isight-firmware-tools/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/isight-firmware-tools/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
chrisirwins-clone
-
Cloning this repository:
git clone git://gitorious.org/~chrisirwin/isight-firmware-tools/chrisirwins-clone.git chrisirwins-clone cd chrisirwins-clone
Add this repository as a remote to an existing local repository:
git remote add chrisirwins-clone git://gitorious.org/~chrisirwin/isight-firmware-tools/chrisirwins-clone.git git fetch chrisirwins-clone git checkout -b my-local-tracking-branch chrisirwins-clone/master_or_other_branch
tvespasians-mainline
-
Cloning this repository:
git clone git://gitorious.org/~tvespasian/isight-firmware-tools/tvespasians-mainline.git tvespasians-mainline cd tvespasians-mainline
Add this repository as a remote to an existing local repository:
git remote add tvespasians-mainline git://gitorious.org/~tvespasian/isight-firmware-tools/tvespasians-mainline.git git fetch tvespasians-mainline git checkout -b my-local-tracking-branch tvespasians-mainline/master_or_other_branch
nonspecialists-mainline
-
Cloning this repository:
git clone git://gitorious.org/~nonspecialist/isight-firmware-tools/nonspecialists-mainline.git nonspecialists-mainline cd nonspecialists-mainline
Add this repository as a remote to an existing local repository:
git remote add nonspecialists-mainline git://gitorious.org/~nonspecialist/isight-firmware-tools/nonspecialists-mainline.git git fetch nonspecialists-mainline git checkout -b my-local-tracking-branch nonspecialists-mainline/master_or_other_branch

