Repositories
scratchbox2
Scratchbox 2 is a cross-compilation engine, it can be used to create a highly flexible SDK.
-
Cloning this repository:
git clone git://gitorious.org/scratchbox2/scratchbox2.git scratchbox2 cd scratchbox2
Add this repository as a remote to an existing local repository:
git remote add scratchbox2 git://gitorious.org/scratchbox2/scratchbox2.git git fetch scratchbox2 git checkout -b my-local-tracking-branch scratchbox2/master_or_other_branch
robclarks-scratchbox2
-
Cloning this repository:
git clone git://gitorious.org/~robclark/scratchbox2/robclarks-scratchbox2.git robclarks-scratchbox2 cd robclarks-scratchbox2
Add this repository as a remote to an existing local repository:
git remote add robclarks-scratchbox2 git://gitorious.org/~robclark/scratchbox2/robclarks-scratchbox2.git git fetch robclarks-scratchbox2 git checkout -b my-local-tracking-branch robclarks-scratchbox2/master_or_other_branch
mcintirks-scratchbox2
-
Cloning this repository:
git clone git://gitorious.org/~mcintirk/scratchbox2/mcintirks-scratchbox2.git mcintirks-scratchbox2 cd mcintirks-scratchbox2
Add this repository as a remote to an existing local repository:
git remote add mcintirks-scratchbox2 git://gitorious.org/~mcintirk/scratchbox2/mcintirks-scratchbox2.git git fetch mcintirks-scratchbox2 git checkout -b my-local-tracking-branch mcintirks-scratchbox2/master_or_other_branch
a00tch00s-scratchbox2
-
Cloning this repository:
git clone git://gitorious.org/~a00tch00/scratchbox2/a00tch00s-scratchbox2.git a00tch00s-scratchbox2 cd a00tch00s-scratchbox2
Add this repository as a remote to an existing local repository:
git remote add a00tch00s-scratchbox2 git://gitorious.org/~a00tch00/scratchbox2/a00tch00s-scratchbox2.git git fetch a00tch00s-scratchbox2 git checkout -b my-local-tracking-branch a00tch00s-scratchbox2/master_or_other_branch
icebergs-scratchbox2
-
Cloning this repository:
git clone git://gitorious.org/~iceberg/scratchbox2/icebergs-scratchbox2.git icebergs-scratchbox2 cd icebergs-scratchbox2
Add this repository as a remote to an existing local repository:
git remote add icebergs-scratchbox2 git://gitorious.org/~iceberg/scratchbox2/icebergs-scratchbox2.git git fetch icebergs-scratchbox2 git checkout -b my-local-tracking-branch icebergs-scratchbox2/master_or_other_branch
dav-scratchbox2
-
Cloning this repository:
git clone git://gitorious.org/~dav/scratchbox2/dav-scratchbox2.git dav-scratchbox2 cd dav-scratchbox2
Add this repository as a remote to an existing local repository:
git remote add dav-scratchbox2 git://gitorious.org/~dav/scratchbox2/dav-scratchbox2.git git fetch dav-scratchbox2 git checkout -b my-local-tracking-branch dav-scratchbox2/master_or_other_branch
wewengs-scratchbox2
-
Cloning this repository:
git clone git://gitorious.org/~weweng/scratchbox2/wewengs-scratchbox2.git wewengs-scratchbox2 cd wewengs-scratchbox2
Add this repository as a remote to an existing local repository:
git remote add wewengs-scratchbox2 git://gitorious.org/~weweng/scratchbox2/wewengs-scratchbox2.git git fetch wewengs-scratchbox2 git checkout -b my-local-tracking-branch wewengs-scratchbox2/master_or_other_branch

